* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
[glibc/pb-stable.git] / elf / reldep6mod4.c
blob8fa89de64b6151187c2cdeb57c7ed54ae3d7c61e
1 int foo (void);
2 int weak (void);
4 int foo (void)
6 return 10;
9 int weak (void)
11 return 30;