* ld/testsuite/ld-gc/pr11218-2.c: Declare

unresolved_detected_at_runtime_not_at_linktime.
This commit is contained in:
Andreas Schwab 2010-11-16 23:41:38 +00:00
parent 283c0b82c3
commit 3a072d2c6d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-11-17 Andreas Schwab <schwab@linux-m68k.org>
* ld-gc/pr11218-2.c: Declare
unresolved_detected_at_runtime_not_at_linktime.
2010-11-17 Alan Modra <amodra@gmail.com>
* ld-plugin/plugin.exp: Define printf and puts as main.

View File

@ -1,4 +1,5 @@
extern void foo_in_so(void);
extern void unresolved_detected_at_runtime_not_at_linktime (void);
void call_unresolved(void)
{