repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* lcm.c (optimize_mode_switching): Revert previous change.
[official-gcc.git]
/
gcc
/
config
/
m68k
/
aux-crtn.asm
blob
b7948101ef9b95a1921d2cf753d7991f868df43d
1
/*
More startup code for A
/
UX
*/
2
3
#
include
"tconfig.h"
4
5
#ifdef USE_BIN_AS
6
file
"crtn.s"
7
8
init
9
10
unlk
%
fp
11
rts
12
#else
13
.file
"crtn.s"
14
15
.
section
.init
,
"x"
16
unlk
%
fp
17
rts
18
19
#ifndef USE_COLLECT2
20
.
section
.ctors
,
"d"
21
.long
0
22
23
.
section
.dtors
,
"d"
24
.long
0
25
#endif
/*
USE_COLLECT2
*/
26
#endif
/*
USE_BIN_AS
*/