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
/
pr18900a.c
blob
fa2fc06c935812271c83d96bc89d0ea7b4b29414
1
#include <stdio.h>
2
3
void
4
foo
(
void
)
5
{
6
printf
(
"OK
\n
"
);
7
}
8
9
void
*
10
bar
(
void
)
11
{
12
foo
();
13
return
&
foo
;
14
}