summaryrefslogtreecommitdiff
path: root/editors/xemacs20/patches/patch-ak
blob: c764ed693705babdb8e4a78f6d502e0b1bfcb51d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.1 1999/03/10 08:34:08 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