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
/
shreloc1.c
blob
6a228f8585334d551b9a52d73dcc25b6e757a47a
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
;