aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-02-05 21:54:43 +0000
committerJoseph Myers <joseph@codesourcery.com>2009-02-05 21:54:43 +0000
commit376f5fcd5ed25b7ba2d4ddcb87c890ef9e19d61b (patch)
tree94eadd8fc110bd4214886880eeae2400fe7d53d3 /ld
parent268e4015fc6d53fc12377e0db2a738cec6fdca71 (diff)
downloadgdb-376f5fcd5ed25b7ba2d4ddcb87c890ef9e19d61b.zip
gdb-376f5fcd5ed25b7ba2d4ddcb87c890ef9e19d61b.tar.gz
gdb-376f5fcd5ed25b7ba2d4ddcb87c890ef9e19d61b.tar.bz2
* ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-arm/arm-elf.exp4
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 31ab655..c31a0c9 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-05 Joseph Myers <joseph@codesourcery.com>
+
+ * ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
+
2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
* ld-m68k/got-multigot-12-13-14-34-35-ok.d: Update.
diff --git a/ld/testsuite/ld-arm/arm-elf.exp b/ld/testsuite/ld-arm/arm-elf.exp
index 530a801..3ea17e9 100644
--- a/ld/testsuite/ld-arm/arm-elf.exp
+++ b/ld/testsuite/ld-arm/arm-elf.exp
@@ -229,7 +229,9 @@ set armeabitests {
{"Thumb-2 BL" "-Ttext 0x1000 --section-start .foo=0x1001000" "" {thumb2-bl.s}
{{objdump -dr thumb2-bl.d}}
"thumb2-bl"}
-
+ {"Thumb-2 Interworked branch" "-T arm.ld" "" {thumb2-b-interwork.s}
+ {{objdump -dr thumb2-b-interwork.d}}
+ "thumb2-b-interwork"}
{"ARMv4 interworking" "-static -T arm.ld --fix-v4bx-interworking" "--fix-v4bx -meabi=4" {armv4-bx.s}
{{objdump -d armv4-bx.d}}
"armv4-bx"}