summaryrefslogtreecommitdiff
path: root/editors/xemacs/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs/patches/patch-ah')
-rw-r--r--editors/xemacs/patches/patch-ah13
1 files changed, 11 insertions, 2 deletions
diff --git a/editors/xemacs/patches/patch-ah b/editors/xemacs/patches/patch-ah
index 7f718f814ed..e2e3fd5f721 100644
--- a/editors/xemacs/patches/patch-ah
+++ b/editors/xemacs/patches/patch-ah
@@ -1,7 +1,7 @@
-$NetBSD: patch-ah,v 1.5 2001/02/20 13:04:31 tron Exp $
+$NetBSD: patch-ah,v 1.6 2001/03/03 19:59:23 tron Exp $
--- src/unexelf.c.orig Tue Jan 9 04:27:56 2001
-+++ src/unexelf.c Tue Feb 20 11:48:04 2001
++++ src/unexelf.c Sat Mar 3 18:31:10 2001
@@ -481,10 +481,18 @@
#ifndef ElfW
@@ -23,3 +23,12 @@ $NetBSD: patch-ah,v 1.5 2001/02/20 13:04:31 tron Exp $
#endif
#ifndef ELF_BSS_SECTION_NAME
+@@ -949,7 +957,7 @@
+ memcpy (NEW_SECTION_H (nn).sh_offset + new_base, src,
+ NEW_SECTION_H (nn).sh_size);
+
+-#ifdef __alpha__
++#if defined(__alpha__) && !defined(__NetBSD__)
+ /* Update Alpha COFF symbol table: */
+ if (strcmp (old_section_names + OLD_SECTION_H (n).sh_name, ".mdebug")
+ == 0)