* ld-elfweak/size_foo.c (foo): Fix warning about implicit return
type.
This commit is contained in:
parent
cc16ba8c4f
commit
aa20706882
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
extern void bar ();
|
||||
|
||||
void
|
||||
foo ()
|
||||
{
|
||||
bar ();
|
||||
|
|
Loading…
Reference in a new issue