[binutils-gdb] ld: Fix a typo in testsuite/ld-x86-64/bnd-plt-1.d

H.J. Lu hjl@sourceware.org
Wed Jan 27 00:20:14 GMT 2021


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2eda57ef61f33ac3da0aabd94364e6c8396020eb

commit 2eda57ef61f33ac3da0aabd94364e6c8396020eb
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jan 26 15:08:45 2021 -0800

    ld: Fix a typo in testsuite/ld-x86-64/bnd-plt-1.d
    
    Pass -mx86-used-note=no to assembler.
    
            * testsuite/ld-x86-64/bnd-plt-1.d: Fix a typo.

Diff:
---
 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


More information about the Binutils-cvs mailing list