This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] mingw gas testsuite fix


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

commit b7486a74a62527412cfd2dd50a9a100118265c28
Author: Alan Modra <amodra@gmail.com>
Date:   Mon Nov 20 22:04:30 2017 +1030

    mingw gas testsuite fix
    
    Some x86_64 targets pad sections with nops.
    
    	* testsuite/gas/i386/x86-64-reg-bad.l: Accept trailing padding.

Diff:
---
 gas/ChangeLog                           | 4 ++++
 gas/testsuite/gas/i386/x86-64-reg-bad.l | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index ee1ec6f..08553c2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2017-11-20  Alan Modra  <amodra@gmail.com>
+
+	* testsuite/gas/i386/x86-64-reg-bad.l: Accept trailing padding.
+
 2017-11-16  Tamar Christina  <tamar.christina@arm.com>
 
 	* config/tc-aarch64.c (fp16fml): New.
diff --git a/gas/testsuite/gas/i386/x86-64-reg-bad.l b/gas/testsuite/gas/i386/x86-64-reg-bad.l
index 585f1e1..88184b6 100644
--- a/gas/testsuite/gas/i386/x86-64-reg-bad.l
+++ b/gas/testsuite/gas/i386/x86-64-reg-bad.l
@@ -18,3 +18,4 @@ GAS LISTING .*
 [ 	]*[1-9][0-9]*[ 	]+movabs	-1, %axl
 [ 	]*[1-9][0-9]*[ 	]+shl	%cxl, %eax
 [ 	]*[1-9][0-9]*[ 	]+\?* 40F6C001[ 	]+test	\$1, %axl
+#pass


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]