83ad0046cf
2006-12-29 H.J. Lu <hongjiu.lu@intel.com> * elflink.c (elf_link_add_object_symbols): Remember the symbol size only if it is defined. ld/testsuite/ 2006-12-29 H.J. Lu <hongjiu.lu@intel.com> * ld-elf/wrap.exp: New file. * ld-elf/wrap1.c: Likewise. * ld-elf/wrap1.out: Likewise. * ld-elf/wrap1a.c: Likewise. * ld-elf/wrap1b.c: Likewise.
8 lines
67 B
C
8 lines
67 B
C
extern void par (void);
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
par ();
|
|
return 0;
|
|
}
|