This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
V2 [PATCH 4/7] x86: pass -mx86-used-note=no to assembler
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: binutils at sourceware dot org
- Date: Tue, 28 Aug 2018 08:22:58 -0700
- Subject: V2 [PATCH 4/7] x86: pass -mx86-used-note=no to assembler
- References: <20180828152301.5360-1-hjl.tools@gmail.com>
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/testsuite/gas/cfi/cfi-label.d | 1 +
1 file changed, 1 insertion(+)
diff --git a/gas/testsuite/gas/cfi/cfi-label.d b/gas/testsuite/gas/cfi/cfi-label.d
index e96c795f4e..1c457c88f3 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
--
2.17.1