[Committing the `catch syscall' patch for ARM, from Samuel Bronson.]
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / shreloc1.c
CommitLineData
53df362e
RG
1#if defined(_WIN32) || defined(__CYGWIN__)
2# define ATTRIBUTES __attribute((__dllexport__))
3#else
4# define ATTRIBUTES
5#endif
6
7static int static_var_1;
8
96b0c7ac 9ATTRIBUTES void fn_1 (int referenced) { static_var_1 = referenced; }
53df362e 10ATTRIBUTES int extern_var_1 = 0;
This page took 1.121031 seconds and 4 git commands to generate.