diff options
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/arm-elf.exp | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index e2bb39f..0193e82 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -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. diff --git a/ld/testsuite/ld-arm/arm-elf.exp b/ld/testsuite/ld-arm/arm-elf.exp index 2372844..18b288f 100644 --- a/ld/testsuite/ld-arm/arm-elf.exp +++ b/ld/testsuite/ld-arm/arm-elf.exp @@ -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 |