update copyright dates
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / dl4xxx.c
CommitLineData
c555238b
L
1#include <stdio.h>
2
3void
4xxx1 (void)
5{
6 printf ("DSO1\n");
7}
8
9void
10xxx2 (void)
11{
12 printf ("DSO2\n");
13}
This page took 0.130514 seconds and 4 git commands to generate.