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
/
plt-main2.c
blob
d76694eba8796ff80b1cc8668796add73a10519f
1
extern
int
foo
(
void
);
2
typedef
int
(*
func_p
) (
void
);
3
func_p foo_ptr
=
foo
;