ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / main.c
CommitLineData
d2dee3b2
L
1#include <stdio.h>
2
3int
4main (void)
5{
6 printf ("MAIN\n");
7 return 0;
8}
This page took 1.042337 seconds and 4 git commands to generate.