Properly handle common symbol and weak function
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / dl4xxx.c
1 #include <stdio.h>
2
3 void
4 xxx1 (void)
5 {
6 printf ("DSO1\n");
7 }
8
9 void
10 xxx2 (void)
11 {
12 printf ("DSO2\n");
13 }
This page took 0.030447 seconds and 4 git commands to generate.