mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
1999-07-21 H.J. Lu <hjl@gnu.org>
* ld-elfvers/vers1.c: Add missing prototypes and include <stdio.h> if necessary. * ld-elfvers/vers15.c: Likewise. * ld-elfvers/vers19.c: Likewise. * ld-elfvers/vers2.c: Likewise. * ld-elfvers/vers3.c: Likewise. * ld-elfvers/vers4.c: Likewise. * ld-elfvers/vers6.c: Likewise. * ld-elfvers/vers7.c: Likewise. * ld-elfvers/vers9.c: Likewise. * ld-shared/main.c: Likewise. * ld-srec/sr3.cc (Foo::Foo): Remove arg name.
This commit is contained in:
@ -4,6 +4,10 @@
|
||||
* the actual symbol is exported. This is built both with and without
|
||||
* -export-dynamic.
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
||||
extern int foo ();
|
||||
|
||||
int
|
||||
bar()
|
||||
{
|
||||
|
Reference in New Issue
Block a user