2013-09-26 17:14:40 +02:00

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