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-ah22
1 files changed, 0 insertions, 22 deletions
diff --git a/editors/xemacs/patches/patch-ah b/editors/xemacs/patches/patch-ah
deleted file mode 100644
index 65a05a08704..00000000000
--- a/editors/xemacs/patches/patch-ah
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ah,v 1.7 2003/02/25 02:14:59 uebayasi Exp $
-
---- src/unexelf.c.orig Tue Aug 20 20:38:23 2002
-+++ src/unexelf.c
-@@ -486,7 +486,7 @@
- # define ElfBitsW(bits, type) Elf/**/bits/**/_/**/type
- # endif
- # ifndef ELFSIZE
--# ifdef _LP64
-+# if defined(_LP64) || defined(__alpha__)
- # define ELFSIZE 64
- # else
- # define ELFSIZE 32
-@@ -962,7 +962,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)