ld: Extract _bfd_elf_link_iterate_on_relocs
[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