x86: pass -mx86-used-note=no to assembler
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 31 Aug 2018 11:39:21 +0000 (04:39 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 31 Aug 2018 11:39:33 +0000 (04:39 -0700)
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.

gas/ChangeLog
gas/testsuite/gas/cfi/cfi-label.d

index 582bbd265694c05d85ca6b5e85252d9591ea175d..41d826c28a89839110ebfa9b1d8a5a03af600b1b 100644 (file)
@@ -1,3 +1,8 @@
+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.
index e96c795f4e72fb3aa720f76175737bf055060abc..1c457c88f3f43c4b57c294be5cb71ddcca56f370 100644 (file)
@@ -1,3 +1,4 @@
+#as: -mx86-used-note=no
 #objdump: -tWf
 #name: .cfi_label directive
 
This page took 0.027339 seconds and 4 git commands to generate.