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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr21964-1a.c
blob
a060162ddad53f6877f87171e4509934f91764e9
1
extern
int
__start___verbose
[];
2
extern
int
__stop___verbose
[];
3
int
4
foo1
(
void
)
5
{
6
static int
my_var
__attribute__
((
used
,
section
(
"__verbose"
))) =
5
;
7
if
(&
__start___verbose
[
0
] == &
__stop___verbose
[
0
]
8
||
__start___verbose
[
0
] !=
5
)
9
return
-
1
;
10
else
11
return
0
;
12
}