diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-08-31 04:39:21 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-08-31 04:39:33 -0700 |
commit | 2550e95256ed7bbb1a4579ec4bd379417ad59b23 (patch) | |
tree | 5a7d8bd2a7e6695b76cc9266503480b89454d637 /gas | |
parent | 0f60cce3e191b9e72e7577a0da73ecc5e9ba353b (diff) | |
download | gdb-2550e95256ed7bbb1a4579ec4bd379417ad59b23.zip gdb-2550e95256ed7bbb1a4579ec4bd379417ad59b23.tar.gz gdb-2550e95256ed7bbb1a4579ec4bd379417ad59b23.tar.bz2 |
x86: pass -mx86-used-note=no to assembler
Since cfi/cfi-label.d is ELF/x86 specific, we can pass -mx86-used-note=no
to assembler.
* testsuite/gas/cfi/cfi-label.d: Pass -mx86-used-note=no to
assembler.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/cfi/cfi-label.d | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 582bbd2..41d826c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2018-08-31 H.J. Lu <hongjiu.lu@intel.com> + * testsuite/gas/cfi/cfi-label.d: Pass -mx86-used-note=no to + assembler. + +2018-08-31 H.J. Lu <hongjiu.lu@intel.com> + * testsuite/gas/i386/bss.d: Pass -mx86-used-note=no to assembler. * testsuite/gas/i386/ilp32/quad.d: Likewise. * testsuite/gas/i386/ilp32/reloc64.d: Likewise. diff --git a/gas/testsuite/gas/cfi/cfi-label.d b/gas/testsuite/gas/cfi/cfi-label.d index e96c795..1c457c8 100644 --- a/gas/testsuite/gas/cfi/cfi-label.d +++ b/gas/testsuite/gas/cfi/cfi-label.d @@ -1,3 +1,4 @@ +#as: -mx86-used-note=no #objdump: -tWf #name: .cfi_label directive |