Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr16746a.c
1 #if defined __powerpc64__ && defined _CALL_AIXDESC && !defined _CALL_LINUX
2 static const char __evoke_link_warning_foobar[]
3 __attribute__ ((used, section (".gnu.warning..foobar\n\t#"))) = "foobar";
4 #else
5 static const char __evoke_link_warning_foobar[]
6 __attribute__ ((used, section (".gnu.warning.foobar\n\t#"))) = "foobar";
7 #endif
This page took 0.029526 seconds and 4 git commands to generate.