x86: Add -z noseparate-code to IFUNC tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / pr16467a.c
1 const char *
2 sd_get_seats(void)
3 {
4 return "OK";
5 }
This page took 0.030906 seconds and 4 git commands to generate.