Don't add DT_NEEDED for references from the dummy bfd
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / func3h.c
1 extern int retval;
2
3 int
4 __attribute__ ((visibility ("hidden")))
5 func3 (void)
6 {
7 return retval;
8 }
This page took 0.029485 seconds and 4 git commands to generate.