From: Andreas Schwab Date: Thu, 23 Jun 2005 11:36:22 +0000 (+0000) Subject: * ld-elfweak/size_foo.c (foo): Fix warning about implicit return X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa20706882383a626fa7d191086d36430ce24bd5;p=binutils-gdb.git * ld-elfweak/size_foo.c (foo): Fix warning about implicit return type. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index e1676425a36..77319fc8823 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 2276f62774b..f7a605a4e44 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 ();