diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-03-02 05:15:32 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-03-02 05:15:32 -0800 |
commit | 25aa3689f0d90d048b88b6a566e4a7814288a5b6 (patch) | |
tree | d98ab774deba20c0e7c521a198829e5752713d6c /gas | |
parent | 523f4c9234439fd6ccc0dd2c3b387331dd64c54b (diff) | |
download | gdb-25aa3689f0d90d048b88b6a566e4a7814288a5b6.zip gdb-25aa3689f0d90d048b88b6a566e4a7814288a5b6.tar.gz gdb-25aa3689f0d90d048b88b6a566e4a7814288a5b6.tar.bz2 |
Adjust testsuite/gas/i386/x86_64-intel.d for COFF
* testsuite/gas/i386/x86_64-intel.d: Adjusted for COFF.
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 |