2009-12-28 Daniel Gutson <dgutson@codesourcery.com>
authorDaniel Gutson <dgutson@codesourcery.com>
Mon, 28 Dec 2009 18:44:55 +0000 (18:44 +0000)
committerDaniel Gutson <dgutson@codesourcery.com>
Mon, 28 Dec 2009 18:44:55 +0000 (18:44 +0000)
        * ld-arm/arm-elf.exp: Run missing test
        from a previous commit (callweak-2).

ld/testsuite/ChangeLog
ld/testsuite/ld-arm/arm-elf.exp

index e2bb39f..0193e82 100644 (file)
@@ -1,3 +1,8 @@
+2009-12-28  Daniel Gutson  <dgutson@codesourcery.com>
+
+       * ld-arm/arm-elf.exp: Run missing test
+       from a previous commit (callweak-2).
+
 2009-12-10  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * ld-mips-elf/undefined.d: New test.
index 2372844..18b288f 100644 (file)
@@ -233,6 +233,9 @@ set armelftests {
     {"callweak" "-static -T arm.ld" "" {callweak.s}
      {{objdump -dr callweak.d}}
      "callweak"}
+    {"callweak-2" "-static -T arm.ld" "" {callweak-2.s}
+     {{objdump -dr callweak-2.d}}
+     "callweak-2"}
 }
 
 run_ld_link_tests $armelftests