fix patterns to match new behaviour of disassembler
This commit is contained in:
parent
77800f4afb
commit
d38ccb31e9
@ -1,3 +1,9 @@
|
||||
2001-01-09 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* gas/arm/pic.d: Fix patterns to match new behaviour of
|
||||
disassembler.
|
||||
inst.d: Fix patterns to match new behaviour of disassembler.
|
||||
|
||||
2001-01-03 Philip Blundell <pb@futuretv.com>
|
||||
|
||||
* gas/vtable/vtable.exp: Don't run tests on Alpha.
|
||||
|
@ -159,13 +159,13 @@ Disassembly of section .text:
|
||||
00000254 <[^>]*> e9e40300 ? stmib r4!, {r8, r9}\^
|
||||
00000258 <[^>]*> ef123456 ? swi 0x00123456
|
||||
0000025c <[^>]*> 2f000033 ? swics 0x00000033
|
||||
00000260 <[^>]*> ebfffffe ? bl 00000260 <[^>]*>
|
||||
00000260 <[^>]*> ebfffffe ? bl 00000000 <[^>]*>
|
||||
[ ]*260:.*_wombat.*
|
||||
00000264 <[^>]*> 5bfffffe ? blpl 00000264 <[^>]*>
|
||||
00000264 <[^>]*> 5bfffffe ? blpl 00000000 <[^>]*>
|
||||
[ ]*264:.*ARM.*hohum
|
||||
00000268 <[^>]*> eafffffe ? b 00000268 <[^>]*>
|
||||
00000268 <[^>]*> eafffffe ? b 00000000 <[^>]*>
|
||||
[ ]*268:.*_wibble.*
|
||||
0000026c <[^>]*> dafffffe ? ble 0000026c <[^>]*>
|
||||
0000026c <[^>]*> dafffffe ? ble 00000000 <[^>]*>
|
||||
[ ]*26c:.*testerfunc.*
|
||||
00000270 <[^>]*> e1a01102 ? mov r1, r2, lsl #2
|
||||
00000274 <[^>]*> e1a01002 ? mov r1, r2
|
||||
|
@ -8,7 +8,7 @@
|
||||
Disassembly of section .text:
|
||||
0x00000000 ebfffffe bl 0x00000000
|
||||
0: R_ARM_PC24 foo
|
||||
0x00000004 ebfffffe bl 0x00000004
|
||||
0x00000004 ebfffffe bl 0x00000000
|
||||
4: R_ARM_PLT32 foo
|
||||
\.\.\.
|
||||
8: R_ARM_ABS32 sym
|
||||
|
Loading…
x
Reference in New Issue
Block a user