ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25749-2.c
CommitLineData
382aae06
L
1#include <stdio.h>
2#include <bfd_stdint.h>
3
4extern intptr_t size;
5
6int
7main ()
8{
9 if (size == 137)
10 printf ("PASS\n");
11 return 0;
12}
This page took 0.032025 seconds and 4 git commands to generate.