Fix regexps in PR19910 test to cope with COFF and AOUT sparc targets.
PR target/19910 * testsuite/gas/sparc/pr19910-1.d: Adjust regexps to work with COFF and AOUT sparc targets.
This commit is contained in:
parent
953dd97e56
commit
992dc2c470
2 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2016-04-08 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR target/19910
|
||||
* testsuite/gas/sparc/pr19910-1.d: Adjust regexps to work with
|
||||
COFF and AOUT sparc targets.
|
||||
|
||||
2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* config/tc-arc.h (MAX_FLAG_NAME_LENGTH): Increase to 7.
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
.*: +file format .*
|
||||
|
||||
Disassembly of section .text:
|
||||
0x0+000 sethi[ ]+%hi\(0x4000\), %g1
|
||||
0x0+004 mov[ ]+0x40, %g1
|
||||
0x0+008 mov[ ]+4, %g1
|
||||
[0x]+000.*sethi[ ]+%hi\(0x4000\), %g1
|
||||
[0x]+004.*mov[ ]+0x40, %g1
|
||||
[0x]+008.*mov[ ]+4, %g1
|
||||
#pass
|
||||
|
|
Loading…
Reference in a new issue