Don't re-export common symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / beginwarn.c
CommitLineData
fab4a87f
L
1static const char _evoke_link_warning_foo []
2 __attribute__ ((used, section (".gnu.warning.foo")))
3 = "function foo is deprecated";
4
5extern void foo (void);
6
7static void (*const init_array []) (void)
8 __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
9 = { foo };
This page took 0.375805 seconds and 4 git commands to generate.