diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-07-06 20:32:50 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-07 10:08:21 -0500 |
commit | c5c08854322efc2aea8f8bcf51a544976fd86a12 (patch) | |
tree | 7b64fb0ba8f964d3c24b0c687ee99020f8dd4a78 /system/binutils/binutils-ld-fix-static-linking.patch | |
parent | 9852d13a3263e0d163e6cb180d6c3edbd54e5858 (diff) | |
download | packages-c5c08854322efc2aea8f8bcf51a544976fd86a12.tar.gz packages-c5c08854322efc2aea8f8bcf51a544976fd86a12.tar.bz2 packages-c5c08854322efc2aea8f8bcf51a544976fd86a12.tar.xz packages-c5c08854322efc2aea8f8bcf51a544976fd86a12.zip |
system/binutils: Update to 2.42
Closes: #1221, #1206
Diffstat (limited to 'system/binutils/binutils-ld-fix-static-linking.patch')
-rw-r--r-- | system/binutils/binutils-ld-fix-static-linking.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/binutils/binutils-ld-fix-static-linking.patch b/system/binutils/binutils-ld-fix-static-linking.patch index fb79e3213..d1bbe41a4 100644 --- a/system/binutils/binutils-ld-fix-static-linking.patch +++ b/system/binutils/binutils-ld-fix-static-linking.patch @@ -3,7 +3,7 @@ diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index e8126cb..9532bfb 100644 --- a/ld/scripttempl/elf.sc +++ b/ld/scripttempl/elf.sc -@@ -257,8 +257,8 @@ test "${LARGE_SECTIONS}" = "yes" && LARGE_SECTIONS=" +@@ -269,8 +269,8 @@ test "${LARGE_SECTIONS}" = "yes" && LARGE_SECTIONS=" if test "${ENABLE_INITFINI_ARRAY}" = "yes"; then SORT_INIT_ARRAY="KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))" SORT_FINI_ARRAY="KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))" @@ -14,7 +14,7 @@ index e8126cb..9532bfb 100644 else SORT_INIT_ARRAY="KEEP (*(SORT(.init_array.*)))" SORT_FINI_ARRAY="KEEP (*(SORT(.fini_array.*)))" -@@ -298,15 +298,14 @@ CTOR=".ctors ${CONSTRUCTING-0} : +@@ -310,15 +310,14 @@ CTOR=".ctors ${CONSTRUCTING-0} : doesn't matter which directory crtbegin.o is in. */ @@ -32,7 +32,7 @@ index e8126cb..9532bfb 100644 KEEP (*(SORT(.ctors.*))) KEEP (*(.ctors)) ${CONSTRUCTING+${CTOR_END}} -@@ -314,9 +313,8 @@ CTOR=".ctors ${CONSTRUCTING-0} : +@@ -326,9 +325,8 @@ CTOR=".ctors ${CONSTRUCTING-0} : DTOR=".dtors ${CONSTRUCTING-0} : { ${CONSTRUCTING+${DTOR_START}} |