diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2012-03-05 17:21:42 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2012-03-05 17:21:42 +0000 |
commit | aa443d3b23b7561c24fb21c0c6765d585c115a5d (patch) | |
tree | 1cbb591a02c2acbd2a37975091b40bb127208fed /ld/testsuite/ld-arm | |
parent | 75528772a7c1d29fc900c139641ab10b1a5e6cec (diff) | |
download | gdb-aa443d3b23b7561c24fb21c0c6765d585c115a5d.zip gdb-aa443d3b23b7561c24fb21c0c6765d585c115a5d.tar.gz gdb-aa443d3b23b7561c24fb21c0c6765d585c115a5d.tar.bz2 |
PR ld/13803
* ld-arm/fix-arm1176-off.d, ld-arm/fix-arm1176-on.d: Regexpify
address of func_to_branch_to.
Diffstat (limited to 'ld/testsuite/ld-arm')
-rw-r--r-- | ld/testsuite/ld-arm/fix-arm1176-off.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/fix-arm1176-on.d | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-arm/fix-arm1176-off.d b/ld/testsuite/ld-arm/fix-arm1176-off.d index 3b45a3b..c19feed 100644 --- a/ld/testsuite/ld-arm/fix-arm1176-off.d +++ b/ld/testsuite/ld-arm/fix-arm1176-off.d @@ -9,7 +9,7 @@ Disassembly of section .foo: [0-9a-f]+ <__func_to_branch_to_veneer>: [0-9a-f]+: e51ff004 ldr pc, \[pc, #-4\] ; 200101c <__func_to_branch_to_veneer\+0x4> - [0-9a-f]+: 00008000 .word 0x00008000 + [0-9a-f]+: ........ .word 0x........ Disassembly of section .text: diff --git a/ld/testsuite/ld-arm/fix-arm1176-on.d b/ld/testsuite/ld-arm/fix-arm1176-on.d index c4e7870..2df197d 100644 --- a/ld/testsuite/ld-arm/fix-arm1176-on.d +++ b/ld/testsuite/ld-arm/fix-arm1176-on.d @@ -11,7 +11,7 @@ Disassembly of section .foo: [0-9a-f]+: 4778 bx pc [0-9a-f]+: 46c0 nop ; \(mov r8, r8\) [0-9a-f]+: e51ff004 ldr pc, \[pc, #-4\] ; 2001020 <__func_to_branch_to_veneer\+0x8> - [0-9a-f]+: 00008000 .word 0x00008000 + [0-9a-f]+: ........ .word 0x........ [0-9a-f]+: 00000000 .word 0x00000000 Disassembly of section .text: |