mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* ld-elfweak/size_foo.c (foo): Fix warning about implicit return
type.
This commit is contained in:
parent
cc16ba8c4f
commit
aa20706882
@ -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 New Issue
Block a user