diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index e2bb39fd4b..0193e8238c 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-12-28 Daniel Gutson + + * ld-arm/arm-elf.exp: Run missing test + from a previous commit (callweak-2). + 2009-12-10 Maciej W. Rozycki * 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 23728449e2..18b288faa3 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