diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2025-08-09 21:33:24 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2025-08-09 21:33:24 -0500 |
commit | a12f8a913d86ec25b52caae9703257de60811697 (patch) | |
tree | f8f2e83047f7ab399bed1f9d3a5156797ee09b41 /system/binutils/disable-preinit-array-tests.patch | |
parent | 0ecbe180e9800c4ed918a2b3734dc9e2ef0b6bd8 (diff) | |
download | packages-a12f8a913d86ec25b52caae9703257de60811697.tar.gz packages-a12f8a913d86ec25b52caae9703257de60811697.tar.bz2 packages-a12f8a913d86ec25b52caae9703257de60811697.tar.xz packages-a12f8a913d86ec25b52caae9703257de60811697.zip |
system/binutils: Update to 2.45
Diffstat (limited to 'system/binutils/disable-preinit-array-tests.patch')
-rw-r--r-- | system/binutils/disable-preinit-array-tests.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/binutils/disable-preinit-array-tests.patch b/system/binutils/disable-preinit-array-tests.patch index 9ae70e56c..9fc27390c 100644 --- a/system/binutils/disable-preinit-array-tests.patch +++ b/system/binutils/disable-preinit-array-tests.patch @@ -1,6 +1,6 @@ --- 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 -@@ -406,8 +406,6 @@ +@@ -408,8 +408,6 @@ } set array_tests { @@ -9,7 +9,7 @@ {"init array" "" "" {init.c} "init" "init.out"} {"fini array" "" "" -@@ -416,8 +414,6 @@ +@@ -418,8 +416,6 @@ {init-mixed.c} "init-mixed" "init-mixed.out" "-I."} } set array_tests_pie { @@ -18,7 +18,7 @@ {"PIE init array" "-pie" "" {init.c} "init" "init.out" "-fPIE"} {"PIE fini array" "-pie" "" -@@ -428,8 +424,6 @@ +@@ -430,8 +426,6 @@ {pr14525.c} "pr14525" "pr14525.out" "-fPIE"} } set array_tests_static { |