summaryrefslogtreecommitdiff
path: root/cross/binutils/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'cross/binutils/patches/patch-ai')
-rw-r--r--cross/binutils/patches/patch-ai15
1 files changed, 15 insertions, 0 deletions
diff --git a/cross/binutils/patches/patch-ai b/cross/binutils/patches/patch-ai
new file mode 100644
index 00000000000..a8ba285bd0d
--- /dev/null
+++ b/cross/binutils/patches/patch-ai
@@ -0,0 +1,15 @@
+$NetBSD: patch-ai,v 1.1 1999/01/04 22:37:32 tv Exp $
+
+XXX - this isn't quite right, but is necessary for now to make DJGPP work.
+
+--- ld/scripttempl/i386go32.sc.orig Sun Aug 2 15:02:47 1998
++++ ld/scripttempl/i386go32.sc Sun Aug 2 15:02:59 1998
+@@ -27,8 +27,6 @@
+ ${RELOCATING+ edata = . ; _edata = .};
+ ${RELOCATING+ . = ALIGN(${SEGMENT_SIZE});}
+ }
+- ${CONSTRUCTING+${RELOCATING-.ctor : { *(.ctor) }}}
+- ${CONSTRUCTING+${RELOCATING-.dtor : { *(.dtor) }}}
+ .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
+ {
+ *(.bss)