projects
/
deliverable
/
binutils-gdb.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
PowerPC VLE
[deliverable/binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr18720b.c
Commit
Line
Data
6e33951e
L
1
#include <stdio.h>
2
3
void
4
foo (void)
5
{
6
printf ("MAIN\n");
7
}
8
9
asm (".symver foo,foo@FOO");
10
asm (".set foo_alias,foo");
11
asm (".global foo_alias");
This page took
0.059656 seconds
and
4
git commands to generate.