]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only section.
authorNick Clifton <nickc@redhat.com>
Tue, 24 Jul 2007 12:45:58 +0000 (12:45 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 24 Jul 2007 12:45:58 +0000 (12:45 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-arm/arm-elf.exp

index 4b82886b24c65b2a4e6d922eecdf6c5cd830d767..d7015e102283dd19dd97f393bf1d54bafb2bf96f 100644 (file)
@@ -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,
index eb5a23e4194503041b1345234943c46127c97a51..8897968115404bed910c9bbd62b6caf50eeaceed 100644 (file)
@@ -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