Have the linker's help text include the default setting of the --hash-style option...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-selective / 1.c
CommitLineData
252b5132
RH
1/* _start should be the only thing left after GC. */
2
3void _start() __asm__("_start");
4void _start()
5{
6}
7
8void dropme1()
9{
10}
11
12int dropme2[102] = { 0 };
This page took 0.929184 seconds and 4 git commands to generate.