ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19784c.c
CommitLineData
d1ed1c7d
L
1#include <stdio.h>
2
3extern void abort (void);
4extern int foo (int) __attribute__ ((visibility("hidden")));
5
6753e38a 6void bar(void)
d1ed1c7d
L
7{
8 if (foo (5) != 5)
9 abort ();
10 printf("PASS\n");
11}
This page took 0.235539 seconds and 4 git commands to generate.