summarylogtreecommitdiffstats
path: root/xtors.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xtors.patch')
-rw-r--r--xtors.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/xtors.patch b/xtors.patch
deleted file mode 100644
index 87bab7371244..000000000000
--- a/xtors.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- binutils-2.29/ld/scripttempl/i386go32.sc
-+++ binutils-2.29/ld/scripttempl/i386go32.sc
-@@ -13,11 +13,11 @@
- # conditional expansion.
- CTOR='.ctor : {
- *(SORT(.ctors.*))
-- *(.ctor)
-+ *(.ctor) *(.ctors)
- }'
- DTOR='.dtor : {
- *(SORT(.dtors.*))
-- *(.dtor)
-+ *(.dtor) *(.dtors)
- }'
-
- cat <<EOF
-@@ -46,11 +46,11 @@
- .data ${RELOCATING+ ${DATA_ALIGNMENT}} : {
- ${RELOCATING+djgpp_first_ctor = . ;
- *(SORT(.ctors.*))
-- *(.ctor)
-+ *(.ctor) *(.ctors)
- djgpp_last_ctor = . ;}
- ${RELOCATING+djgpp_first_dtor = . ;
- *(SORT(.dtors.*))
-- *(.dtor)
-+ *(.dtor) *(.dtors)
- djgpp_last_dtor = . ;}
- *(.data)
- ${RELOCATING+*(.data.*)}