[PATCH] x86: Pass -O0 to assembler in noextreg.d
H.J. Lu
hjl.tools@gmail.com
Fri Jul 19 18:08:00 GMT 2019
* testsuite/gas/i386/noextreg.d: Pass -O0 to assembler.
---
gas/ChangeLog | 4 ++++
gas/testsuite/gas/i386/noextreg.d | 1 +
2 files changed, 5 insertions(+)
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 18f8939090..66f79ac688 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2019-07-19 H.J. Lu <hongjiu.lu@intel.com>
+
+ * testsuite/gas/i386/noextreg.d: Pass -O0 to assembler.
+
2019-07-19 Jose E. Marchesi <jose.marchesi@oracle.com>
* testsuite/gas/bpf/alu.d: Use %r6 instead of %ctx.
diff --git a/gas/testsuite/gas/i386/noextreg.d b/gas/testsuite/gas/i386/noextreg.d
index 99579c9c67..08bad494a8 100644
--- a/gas/testsuite/gas/i386/noextreg.d
+++ b/gas/testsuite/gas/i386/noextreg.d
@@ -1,3 +1,4 @@
+#as: -O0
#objdump: -dw
#name: ix86 no extended registers
--
2.20.1
More information about the Binutils
mailing list