]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-selective/1.c
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-selective / 1.c
CommitLineData
4b329e35
CM
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 };