* ld-elfweak/size_foo.c (foo): Fix warning about implicit return

type.
This commit is contained in:
Andreas Schwab 2005-06-23 11:36:22 +00:00
parent cc16ba8c4f
commit aa20706882
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-06-23 Andreas Schwab <schwab@suse.de>
* ld-elfweak/size_foo.c (foo): Fix warning about implicit return
type.
2005-06-10 Alan Modra <amodra@bigpond.net.au>
* ld-cris/libdso-10.d: Adjust for elf.sc .bss change.

View File

@ -2,6 +2,7 @@
extern void bar ();
void
foo ()
{
bar ();