* lcm.c (optimize_mode_switching): Revert previous change.
[official-gcc.git] / gcc / config / m68k / aux-crtn.asm
blobb7948101ef9b95a1921d2cf753d7991f868df43d
1 /* More startup code for A/UX */
3 #include "tconfig.h"
5 #ifdef USE_BIN_AS
6 file "crtn.s"
8 init
10 unlk %fp
11 rts
12 #else
13 .file "crtn.s"
15 .section .init, "x"
16 unlk %fp
17 rts
19 #ifndef USE_COLLECT2
20 .section .ctors, "d"
21 .long 0
23 .section .dtors, "d"
24 .long 0
25 #endif /* USE_COLLECT2 */
26 #endif /* USE_BIN_AS */