mmix-mmo set SEC_DATA for .data section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr16746b.c
CommitLineData
4e95fbcd
AM
1#if defined __powerpc64__ && defined _CALL_AIXDESC && !defined _CALL_LINUX
2static const char __evoke_link_warning_foobar[]
3 __attribute__ ((used, section (".gnu.warning..foobar\n\t#")))
4 = "foobar";
5#else
db712946
L
6static const char __evoke_link_warning_foobar[]
7 __attribute__ ((used, section (".gnu.warning.foobar\n\t#")))
8 = "foobar";
4e95fbcd 9#endif
db712946
L
10
11void foobar (void) {}
This page took 0.27931 seconds and 4 git commands to generate.