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

14 lines
452 B
Plaintext

$NetBSD: patch-ai,v 1.2 1999/06/29 23:13:41 tron Exp $
--- src/unexfreebsd.c.orig Sun Oct 12 02:40:17 1997
+++ src/unexfreebsd.c Sat Mar 6 11:03:31 1999
@@ -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