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
Update release readme after making 2.43.1 release
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-i386
/
plt-main2.c
blob
d76694eba8796ff80b1cc8668796add73a10519f
1
extern
int
foo
(
void
);
2
typedef
int
(*
func_p
) (
void
);
3
func_p foo_ptr
=
foo
;