diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-12 16:07:51 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-12 16:07:51 -0600 |
commit | c9a8fef513daf0ee7f47f359b14096f9ed4932bb (patch) | |
tree | 224c268335329710cbc4c180a618f2e8362f3097 /system/binutils/disable-preinit-array-tests.patch | |
parent | 47b9d3480f3c77d86475e0bd1bd0d8fa1e5c9024 (diff) | |
download | packages-c9a8fef513daf0ee7f47f359b14096f9ed4932bb.tar.gz packages-c9a8fef513daf0ee7f47f359b14096f9ed4932bb.tar.bz2 packages-c9a8fef513daf0ee7f47f359b14096f9ed4932bb.tar.xz packages-c9a8fef513daf0ee7f47f359b14096f9ed4932bb.zip |
system/binutils: import from aports with Adelie 2.29
Diffstat (limited to 'system/binutils/disable-preinit-array-tests.patch')
-rw-r--r-- | system/binutils/disable-preinit-array-tests.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/system/binutils/disable-preinit-array-tests.patch b/system/binutils/disable-preinit-array-tests.patch new file mode 100644 index 000000000..f3d36c1b3 --- /dev/null +++ b/system/binutils/disable-preinit-array-tests.patch @@ -0,0 +1,29 @@ +--- binutils-2.29/ld/testsuite/ld-elf/elf.exp.old 2017-07-04 08:43:21.000000000 +0000 ++++ binutils-2.29/ld/testsuite/ld-elf/elf.exp 2017-08-19 04:46:32.214460537 +0000 +@@ -262,8 +262,6 @@ + } + + set array_tests { +- {"preinit array" "" "" +- {preinit.c} "preinit" "preinit.out"} + {"init array" "" "" + {init.c} "init" "init.out"} + {"fini array" "" "" +@@ -272,8 +270,6 @@ + {init-mixed.c} "init-mixed" "init-mixed.out" "-I."} + } + set array_tests_pie { +- {"PIE preinit array" "-pie" "" +- {preinit.c} "preinit" "preinit.out" "-fPIE"} + {"PIE init array" "-pie" "" + {init.c} "init" "init.out" "-fPIE"} + {"PIE fini array" "-pie" "" +@@ -284,8 +280,6 @@ + {pr14525.c} "pr14525" "pr14525.out" "-fPIE"} + } + set array_tests_static { +- {"static preinit array" "-static" "" +- {preinit.c} "preinit" "preinit.out"} + {"static init array" "-static" "" + {init.c} "init" "init.out"} + {"static fini array" "-static" "" |