gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / fixsectshr.c
1 #include <stdio.h>
2 #include <stdlib.h>
3
4 static FILE *static_fun = NULL;
5
6 FILE *
7 force_static_fun (void)
8 {
9 return static_fun;
10 }
This page took 0.03518 seconds and 4 git commands to generate.