ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / gold / testsuite / ifuncvar2.c
blobf09de0e12a1d13f4cc3e98044f2b5a76d13095c1
1 /* Test global variable initialized to hidden STT_GNU_IFUNC symbol. */
3 extern void foo (void);
4 void (*f) (void) = &foo;
6 extern void bar (void);
8 void
9 bar (void)
11 f ();