projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Make {get,set}_inferior_io_terminal inferior methods
[deliverable/binutils-gdb.git]
/
gold
/
testsuite
/
ifuncvar2.c
1
/* Test global variable initialized to hidden STT_GNU_IFUNC symbol. */
2
3
extern
void
foo
(
void
);
4
void
(*
f
) (
void
) = &
foo
;
5
6
extern
void
bar
(
void
);
7
8
void
9
bar
(
void
)
10
{
11
f
();
12
}
This page took
0.029762 seconds
and
4
git commands to generate.