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.
8 lines
60 B
C
8 lines
60 B
C
#pragma weak bar
|
|
|
|
extern void bar ();
|
|
|
|
foo ()
|
|
{
|
|
bar ();
|
|
}
|