* sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user
[glibc/pb-stable.git] / elf / testobj6.c
blobab9c4b932538a22e11c8c1868d7dd93f2782e245
1 extern int foo (int);
3 int
4 obj6func1 (int a __attribute__ ((unused)))
6 return 77;
9 int
10 obj6func2 (int a)
12 return foo (a) + 46;
15 int
16 preload (int a)
18 return a;