* elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
[binutils.git] / ld / testsuite / ld-srec / sr2.c
blob5736cfa468d7035af384dbbb56f6cdf028ce6966
1 /* This file is compiled and linked into the S-record format. */
3 int e1;
4 int e2 = 1;
6 int
7 fn1 (s)
8 char *s;
10 return s[e1];
13 int
14 fn2 (s)
15 char *s;
17 return s[e2];