diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2025-01-01 23:25:56 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2025-01-01 23:25:56 -0600 |
commit | f45ebc2a8aa4ea6f1ff7aebe5a0e288ed7c7098e (patch) | |
tree | dec0a07e02fcacb7ad013302332037d43d2b49b8 /system/binutils/binutils-ld-fix-static-linking.patch | |
parent | 27988609c853711cd2cb6050575cafb8155a2946 (diff) | |
download | packages-awilfox/system-next.tar.gz packages-awilfox/system-next.tar.bz2 packages-awilfox/system-next.tar.xz packages-awilfox/system-next.zip |
system/binutils: Update to 2.43.1awilfox/system-next
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 d1bbe41a4..12046fcad 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 -@@ -269,8 +269,8 @@ test "${LARGE_SECTIONS}" = "yes" && LARGE_SECTIONS=" +@@ -271,8 +271,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.*)))" -@@ -310,15 +310,14 @@ CTOR=".ctors ${CONSTRUCTING-0} : +@@ -312,15 +312,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}} -@@ -326,9 +325,8 @@ CTOR=".ctors ${CONSTRUCTING-0} : +@@ -328,9 +327,8 @@ CTOR=".ctors ${CONSTRUCTING-0} : DTOR=".dtors ${CONSTRUCTING-0} : { ${CONSTRUCTING+${DTOR_START}} |