ld: Issue an error for GC on __patchable_function_entries section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / dl1.c
1 #include <stdio.h>
2
3 extern int bar;
4
5 void
6 foo (void)
7 {
8 if (bar == -20)
9 printf ("OK\n");
10 }
This page took 0.029361 seconds and 4 git commands to generate.