mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
Update regexp for destination address of unrelocated branch instructions so
that they point to themselves.
This commit is contained in:
parent
792b4a532f
commit
857f8be05a
@ -1,3 +1,9 @@
|
||||
2003-08-14 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* gas/arm/pic.d: Update regexp for destination address of
|
||||
unrelocated branch instructions so that they point to themselves.
|
||||
* gas/arm/inst.d: Likewise.
|
||||
|
||||
2003-08-08 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* gas/cfi/cfi-m68k.s, gas/cfi/cfi-m68k.d: New test.
|
||||
|
@ -159,13 +159,13 @@ Disassembly of section .text:
|
||||
0+254 <[^>]*> e9c40300 ? stmib r4, {r8, r9}\^
|
||||
0+258 <[^>]*> ef123456 ? swi 0x00123456
|
||||
0+25c <[^>]*> 2f000033 ? swics 0x00000033
|
||||
0+260 <[^>]*> ebfffffe ? bl 0+0 <[^>]*>
|
||||
0+260 <[^>]*> ebfffffe ? bl 0+260 <[^>]*>
|
||||
[ ]*260:.*_wombat.*
|
||||
0+264 <[^>]*> 5bfffffe ? blpl 0+0 <[^>]*>
|
||||
0+264 <[^>]*> 5bfffffe ? blpl 0+264 <[^>]*>
|
||||
[ ]*264:.*ARM.*hohum
|
||||
0+268 <[^>]*> eafffffe ? b 0+0 <[^>]*>
|
||||
0+268 <[^>]*> eafffffe ? b 0+268 <[^>]*>
|
||||
[ ]*268:.*_wibble.*
|
||||
0+26c <[^>]*> dafffffe ? ble 0+0 <[^>]*>
|
||||
0+26c <[^>]*> dafffffe ? ble 0+26c <[^>]*>
|
||||
[ ]*26c:.*testerfunc.*
|
||||
0+270 <[^>]*> e1a01102 ? mov r1, r2, lsl #2
|
||||
0+274 <[^>]*> e1a01002 ? mov r1, r2
|
||||
|
@ -8,7 +8,7 @@
|
||||
Disassembly of section .text:
|
||||
0x0+0 ebfffffe bl 0x0+0
|
||||
0: R_ARM_PC24 foo
|
||||
0x0+4 ebfffffe bl 0x0+0
|
||||
0x0+4 ebfffffe bl 0x0+4
|
||||
4: R_ARM_PLT32 foo
|
||||
\.\.\.
|
||||
8: R_ARM_ABS32 sym
|
||||
|
Loading…
Reference in New Issue
Block a user