repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git]
/
gdb
/
testsuite
/
gdb.base
/
shreloc2.c
blob
1a9b48bd13dfbd0182189bef16b2cc567edfa66c
1
#if defined(_WIN32) || defined(__CYGWIN__)
2
# define ATTRIBUTES __attribute((__dllexport__))
3
#else
4
# define ATTRIBUTES
5
#endif
6
7
static int
static_var_2
;
8
9
ATTRIBUTES
void
fn_2
(
int
referenced
) {
static_var_2
=
referenced
; }
10
ATTRIBUTES
int
extern_var_2
=
0
;