gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / ifuncvar2.c
CommitLineData
67181c72
ILT
1/* Test global variable initialized to hidden STT_GNU_IFUNC symbol. */
2
3extern void foo (void);
4void (*f) (void) = &foo;
5
6extern void bar (void);
7
8void
9bar (void)
10{
11 f ();
12}
This page took 0.453273 seconds and 4 git commands to generate.