* elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
[binutils.git] / ld / testsuite / ld-elfweak / size_bar.c
blob7f32890c8a30935f45b11603c8ed2553ef0863c5
1 #include <stdio.h>
3 void
4 bar ()
6 #ifdef SIZE_BIG
7 printf ("1\n");
8 printf ("2\n");
9 printf ("3\n");
10 #endif