Add --section-ordering command line option to the bfd linker.
[binutils-gdb.git] / ld / testsuite / ld-scripts / start.s
blob3f646267716e6d6039141255a03ca25c4444e111
1 .text
2 .global start /* Used by SH targets. */
3 start:
4 .global _start
5 _start:
6 .global __start
7 __start:
8 .global _mainCRTStartup /* Used by PE targets. */
9 _mainCRTStartup:
10 .global main /* Used by HPPA targets. */
11 main:
12 .globl _main /* Used by LynxOS targets. */
13 _main:
14 .dc.a 0