i386: Issue an error on non-PIC call to IFUNC in PIC object
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19784c.c
1 #include <stdio.h>
2
3 extern void abort (void);
4 extern int foo (int) __attribute__ ((visibility("hidden")));
5
6 int bar()
7 {
8 if (foo (5) != 5)
9 abort ();
10 printf("PASS\n");
11 }
This page took 0.029751 seconds and 4 git commands to generate.