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
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-x86-64
/
mpx2c.c
blob
12c7806ff0c3937a48723f2024c8c0f40d5ed591
1
extern
void
foo1
(
void
);
2
extern
void
foo2
(
void
);
3
4
int
5
main
(
void
)
6
{
7
foo1
();
8
foo2
();
9
return
0
;
10
}