URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.base/] [shreloc2.c] - Rev 833
Go to most recent revision | Compare with Previous | Blame | View Log
#if defined(_WIN32) || defined(__CYGWIN__) # define ATTRIBUTES __attribute((__dllexport__)) #else # define ATTRIBUTES #endif static int static_var_2; ATTRIBUTES void fn_2 (int referenced) { static_var_2 = referenced; } ATTRIBUTES int extern_var_2 = 0;
Go to most recent revision | Compare with Previous | Blame | View Log