Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr16746a.c
CommitLineData
4e95fbcd 1#if defined __powerpc64__ && defined _CALL_AIXDESC && !defined _CALL_LINUX
db712946 2static const char __evoke_link_warning_foobar[]
4e95fbcd
AM
3__attribute__ ((used, section (".gnu.warning..foobar\n\t#"))) = "foobar";
4#else
5static const char __evoke_link_warning_foobar[]
6__attribute__ ((used, section (".gnu.warning.foobar\n\t#"))) = "foobar";
7#endif
This page took 0.276203 seconds and 4 git commands to generate.