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