blob: 2434bc30021eb71c252b4f6c4b294654116743ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|