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/x86_64-mark-plt.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/x86_64-mark-plt.patch')
-rw-r--r-- | system/binutils/x86_64-mark-plt.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/system/binutils/x86_64-mark-plt.patch b/system/binutils/x86_64-mark-plt.patch deleted file mode 100644 index 29e1bd3bc..000000000 --- a/system/binutils/x86_64-mark-plt.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 6ef47613129c9251a5b8d5fa15ce6ea3ebe81ec1 Mon Sep 17 00:00:00 2001 -From: "H.J. Lu" <hjl.tools@gmail.com> -Date: Wed, 10 Jul 2024 15:19:23 -0700 -Subject: [PATCH] x86-64: Skip -z mark-plt tests on MUSL - -Skip -z mark-plt tests, which are specific to glibc, on MUSL. - - PR ld/31970 - * ld/testsuite/ld-x86-64/x86-64.exp: Skip -z mark-plt tests on - MUSL. - -Signed-off-by: H.J. Lu <hjl.tools@gmail.com> ---- - ld/testsuite/ld-x86-64/x86-64.exp | 7 +++++++ - 1 file changed, 7 insertions(+) - -diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp -index dddac4375e1..57a1cc44e2c 100644 ---- a/ld/testsuite/ld-x86-64/x86-64.exp -+++ b/ld/testsuite/ld-x86-64/x86-64.exp -@@ -2274,6 +2274,13 @@ run_dump_test "ibt-plt-3a-x32" - run_dump_test "ibt-plt-3b-x32" - run_dump_test "ibt-plt-3c-x32" - run_dump_test "ibt-plt-3d-x32" -+ -+# Skip -z mark-plt tests on MUSL. -+if { [istarget "x86_64-*-musl*"]} { -+ set ASFLAGS "$saved_ASFLAGS" -+ return -+} -+ - run_dump_test "mark-plt-1a" - run_dump_test "mark-plt-1b" - run_dump_test "mark-plt-1c" --- -2.45.2 - |