summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2012-03-05 17:21:41 +0000
committerHans-Peter Nilsson <hp@axis.com>2012-03-05 17:21:41 +0000
commitfb82c2ad06c60b41471b75ba6c7fe37d0707051f (patch)
tree0b5f6e6561932e350a02e4303e1790d23110db13
parent52bc8ba3ebeb4d43f2f0ecc48d70db00b12a1d04 (diff)
downloadbinutils-redhat-fb82c2ad06c60b41471b75ba6c7fe37d0707051f.tar.gz
PR ld/13803
* ld-arm/fix-arm1176-off.d, ld-arm/fix-arm1176-on.d: Regexpify address of func_to_branch_to.
-rw-r--r--ld/testsuite/ChangeLog6
-rw-r--r--ld/testsuite/ld-arm/fix-arm1176-off.d2
-rw-r--r--ld/testsuite/ld-arm/fix-arm1176-on.d2
3 files changed, 8 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index a80a5d04bc..9702b0870c 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-05 Hans-Peter Nilsson <hp@axis.com>
+
+ PR ld/13803
+ * ld-arm/fix-arm1176-off.d, ld-arm/fix-arm1176-on.d: Regexpify
+ address of func_to_branch_to.
+
2012-03-01 Hans-Peter Nilsson <hp@axis.com>
PR ld/13789
diff --git a/ld/testsuite/ld-arm/fix-arm1176-off.d b/ld/testsuite/ld-arm/fix-arm1176-off.d
index 3b45a3b472..c19feed921 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 c4e787039e..2df197d4af 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: