diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/x86_64-intel.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4a075bb..3b79ccb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2016-03-02 H.J. Lu <hongjiu.lu@intel.com> + + * testsuite/gas/i386/x86_64-intel.d: Adjusted for COFF. + 2016-02-29 Cupertino Miranda <cmiranda@synopsys.com> Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com> diff --git a/gas/testsuite/gas/i386/x86_64-intel.d b/gas/testsuite/gas/i386/x86_64-intel.d index 114012f..d164a5b 100644 --- a/gas/testsuite/gas/i386/x86_64-intel.d +++ b/gas/testsuite/gas/i386/x86_64-intel.d @@ -6,7 +6,7 @@ .*: +file format .* Disassembly of section .text: -0+ <bar-0x1a7>: +0+ <.*>: [ ]*[a-f0-9]+: 01 ca add edx,ecx [ ]*[a-f0-9]+: 44 01 ca add edx,r9d [ ]*[a-f0-9]+: 41 01 ca add r10d,ecx |