a664545d53
* ld-elfweak/elfweak.exp: Add an undefined weak size change test. * ld-elfweak/size.dat: New file. * ld-elfweak/size_bar.c: Likewise. * ld-elfweak/size_foo.c: Likewise. * ld-elfweak/size_main.c: Likewise.
11 lines
113 B
C
11 lines
113 B
C
#include <stdio.h>
|
|
|
|
void
|
|
bar ()
|
|
{
|
|
#ifdef SIZE_BIG
|
|
printf ("1\n");
|
|
printf ("2\n");
|
|
printf ("3\n");
|
|
#endif
|
|
}
|