Missing ChangeLog entry from commit 60ef20e28534cf093d5bd799b3830c68381bb27f.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / size_bar.c
1 #include <stdio.h>
2
3 void
4 bar ()
5 {
6 #ifdef SIZE_BIG
7 printf ("1\n");
8 printf ("2\n");
9 printf ("3\n");
10 #endif
11 }
This page took 0.029629 seconds and 4 git commands to generate.