Stop generating GNU build notes for linkonce sections.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / plt-main1.c
CommitLineData
4a7a7923
L
1extern int bar(void);
2typedef int (*func_p) (void);
3
4func_p
5get_bar (void)
6{
7 return bar;
8}
This page took 0.171659 seconds and 4 git commands to generate.