diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index e1676425a3..77319fc882 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-06-23 Andreas Schwab + + * ld-elfweak/size_foo.c (foo): Fix warning about implicit return + type. + 2005-06-10 Alan Modra * ld-cris/libdso-10.d: Adjust for elf.sc .bss change. diff --git a/ld/testsuite/ld-elfweak/size_foo.c b/ld/testsuite/ld-elfweak/size_foo.c index 2276f62774..f7a605a4e4 100644 --- a/ld/testsuite/ld-elfweak/size_foo.c +++ b/ld/testsuite/ld-elfweak/size_foo.c @@ -2,6 +2,7 @@ extern void bar (); +void foo () { bar ();