gdb: Allow GDB to _not_ load a previous command history
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / shreloc1.c
1 #if defined(_WIN32) || defined(__CYGWIN__)
2 # define ATTRIBUTES __attribute((__dllexport__))
3 #else
4 # define ATTRIBUTES
5 #endif
6
7 static int static_var_1;
8
9 ATTRIBUTES void fn_1 (int referenced) { static_var_1 = referenced; }
10 ATTRIBUTES int extern_var_1 = 0;
This page took 0.028531 seconds and 4 git commands to generate.