mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
433 B
Plaintext
14 lines
433 B
Plaintext
$NetBSD: patch-ae,v 1.1.1.1 2002/03/24 19:40:33 magick Exp $
|
|
|
|
--- src/unexfreebsd.c.orig Thu Apr 12 20:24:27 2001
|
|
+++ src/unexfreebsd.c
|
|
@@ -289,7 +289,7 @@
|
|
/* We can get relocation sites in the bss region, for objects whose
|
|
contents are copied from a shared library. We don't need or want
|
|
to restore these at present. */
|
|
-#ifndef sparc
|
|
+#if !defined(sparc) && !defined(__arm__)
|
|
if (ri->r_copy)
|
|
return;
|
|
#else
|