From 2eda57ef61f33ac3da0aabd94364e6c8396020eb Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 26 Jan 2021 15:08:45 -0800 Subject: [PATCH] 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. --- 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 + + * testsuite/ld-x86-64/bnd-plt-1.d: Fix a typo. + 2021-01-26 Alan Modra 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.30.2