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-sframe-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-sframe-tests.patch')
-rw-r--r-- | system/binutils/disable-sframe-tests.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/binutils/disable-sframe-tests.patch b/system/binutils/disable-sframe-tests.patch index fc0fb1d03..ba8390de8 100644 --- a/system/binutils/disable-sframe-tests.patch +++ b/system/binutils/disable-sframe-tests.patch @@ -4,12 +4,12 @@ Upstream-URL: https://sourceware.org/bugzilla/show_bug.cgi?id=30914 --- binutils-2.41/ld/testsuite/lib/ld-lib.exp.old 2023-07-02 18:00:00.000000000 -0500 +++ binutils-2.41/ld/testsuite/lib/ld-lib.exp 2023-09-29 03:19:04.223613176 -0500 -@@ -1686,10 +1686,5 @@ +@@ -1675,10 +1675,5 @@ # if {$enable_libsframe eq "no"} { # return 1 # } - -- if [check_as_sframe] { +- if [gas_sframe_check] { - return 0 - } - |