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
gdb: s390: Correct record/replay of may/mayr insn
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-vsb
/
common.c
blob
0432a07915f0744c1254f4848d4201ab97f265df
1
int
foo
;
2
__asm__
(
".hidden foo"
);
3
4
int
5
_start
(
void
)
6
{
7
return
foo
;
8
}
9
10
int
11
__start
(
void
)
12
{
13
return
_start
();
14
}