projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Use __asm__ rather than asm in ld testsuite
[deliverable/binutils-gdb.git]
/
ld
/
testsuite
/
ld-elfvsb
/
common.c
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
}
This page took
0.043121 seconds
and
4
git commands to generate.