(root)/
binutils-2.41/
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