aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-07-24 12:45:58 +0000
committerNick Clifton <nickc@redhat.com>2007-07-24 12:45:58 +0000
commit94226e8246cb57e870901213972fb2b32c2afe3f (patch)
tree3ad40c84bf6cd3d1e9d2cfe110144c7e2755f139 /ld
parent9ce0cf5607273ecbd7fe36bc621f73553c81912f (diff)
downloadgdb-94226e8246cb57e870901213972fb2b32c2afe3f.zip
gdb-94226e8246cb57e870901213972fb2b32c2afe3f.tar.gz
gdb-94226e8246cb57e870901213972fb2b32c2afe3f.tar.bz2
* ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only section.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/ld-arm/arm-elf.exp18
2 files changed, 14 insertions, 9 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 4b82886..d7015e1 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-24 Nick Clifton <nickc@redhat.com>
+
+ * ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only
+ section.
+
2007-07-23 Richard Sandiford <richard@codesourcery.com>
* ld-elf/weak-dyn-1a.s, ld-elf/weak-dyn-1b.s, ld-elf/weak-dyn-1.ld,
diff --git a/ld/testsuite/ld-arm/arm-elf.exp b/ld/testsuite/ld-arm/arm-elf.exp
index eb5a23e..8897968 100644
--- a/ld/testsuite/ld-arm/arm-elf.exp
+++ b/ld/testsuite/ld-arm/arm-elf.exp
@@ -170,12 +170,6 @@ set armelftests {
{"jump19" "-static -T arm.ld" "" {jump19.s}
{{objdump -dr jump19.d}}
"jump19"}
- {"EABI attribute merging" "-r" "" {attr-merge.s attr-merge.s}
- {{readelf -A attr-merge.attr}}
- "attr-merge"}
- {"EABI attribute merging 2" "-r" "" {attr-merge-2a.s attr-merge-2b.s}
- {{readelf -A attr-merge-2.attr}}
- "attr-merge-2"}
{"callweak" "-static -T arm.ld" "" {callweak.s}
{{objdump -dr callweak.d}}
"callweak"}
@@ -197,9 +191,15 @@ if { ![istarget "arm*-*-*eabi"] } {
}
set armeabitests {
- {"Thumb-2 BL" "-Ttext 0x1000 --section-start .foo=0x1001000" "" {thumb2-bl.s}
- {{objdump -dr thumb2-bl.d}}
- "thumb2-bl"}
+ {"EABI attribute merging" "-r" "" {attr-merge.s attr-merge.s}
+ {{readelf -A attr-merge.attr}}
+ "attr-merge"}
+ {"EABI attribute merging 2" "-r" "" {attr-merge-2a.s attr-merge-2b.s}
+ {{readelf -A attr-merge-2.attr}}
+ "attr-merge-2"}
+ {"Thumb-2 BL" "-Ttext 0x1000 --section-start .foo=0x1001000" "" {thumb2-bl.s}
+ {{objdump -dr thumb2-bl.d}}
+ "thumb2-bl"}
}
run_ld_link_tests $armeabitests