gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / weak_as_needed_a.c
CommitLineData
cea6ffbd
CC
1extern void bar(void) __attribute__ (( weak ));
2extern void t4(void);
3
4void foo(void);
5
6void foo(void)
7{
8 bar();
9 t4();
10}
This page took 0.10707 seconds and 4 git commands to generate.