[binutils-gdb] x86: pass -mx86-used-note=no to assembler

H.J.Lu hjl@sourceware.org
Fri Aug 31 11:43:00 GMT 2018


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

commit 2550e95256ed7bbb1a4579ec4bd379417ad59b23
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Aug 31 04:39:21 2018 -0700

    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.

Diff:
---
 gas/ChangeLog                     | 5 +++++
 gas/testsuite/gas/cfi/cfi-label.d | 1 +
 2 files changed, 6 insertions(+)

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



More information about the Binutils-cvs mailing list