MIPS/LD/testsuite: Verify microMIPS LA25 stub generation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / 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.038034 seconds and 4 git commands to generate.