[PATCH] ld: Fix a typo in testsuite/ld-x86-64/bnd-plt-1.d
H.J. Lu
hjl.tools@gmail.com
Wed Jan 27 00:20:06 GMT 2021
Pass -mx86-used-note=no to assembler.
* testsuite/ld-x86-64/bnd-plt-1.d: Fix a typo.
---
ld/ChangeLog | 4 ++++
ld/testsuite/ld-x86-64/bnd-plt-1.d | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 638f42df990..df20606bee5 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2021-01-26 H.J. Lu <hongjiu.lu@intel.com>
+
+ * testsuite/ld-x86-64/bnd-plt-1.d: Fix a typo.
+
2021-01-26 Alan Modra <amodra@gmail.com>
PR 27226
diff --git a/ld/testsuite/ld-x86-64/bnd-plt-1.d b/ld/testsuite/ld-x86-64/bnd-plt-1.d
index ab3ab45faaf..0df32555c18 100644
--- a/ld/testsuite/ld-x86-64/bnd-plt-1.d
+++ b/ld/testsuite/ld-x86-64/bnd-plt-1.d
@@ -1,5 +1,5 @@
-#source: bnd-branch-1.s -mx86-used-note=no
-#as: --64
+#source: bnd-branch-1.s
+#as: --64 -mx86-used-note=no
#ld: -shared -melf_x86_64 -z bndplt --hash-style=sysv -z max-page-size=0x200000 -z noseparate-code
#objdump: -dw
--
2.29.2
More information about the Binutils
mailing list