* sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
[glibc.git] / elf / nodlopenmod2.c
blobe72ae53e9539ea4bcacc17b93a5b6f5734469cd7
1 extern int a;
3 extern int foo (void);
5 int
6 foo (void)
8 return a;