ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / aliasmain.c
CommitLineData
40363a91
AM
1#include <stdio.h>
2
3extern int *psym1, *psym2;
4extern int strongsym;
5
6int
7main (void)
8{
9 printf ("value via psym1: %d, via psym2: %d, strong %d\n",
10 *psym1, *psym2, strongsym);
11 return 0;
12}
This page took 0.139892 seconds and 4 git commands to generate.