repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
math: add eval_as_float and eval_as_double
[musl.git]
/
arch
/
m68k
/
crt_arch.h
blob
48a42f29e288df5097a44d5c74f23e488fb6c7c5
1
__asm__
(
2
".text
\n
"
3
".weak _DYNAMIC
\n
"
4
".hidden _DYNAMIC
\n
"
5
".global "
START
"
\n
"
6
START
":
\n
"
7
" suba.l %fp,%fp
\n
"
8
" movea.l %sp,%a0
\n
"
9
" lea _DYNAMIC-.-8,%a1
\n
"
10
" pea (%pc,%a1)
\n
"
11
" pea (%a0)
\n
"
12
" lea "
START
"_c-.-8,%a1
\n
"
13
" jsr (%pc,%a1)
\n
"
14
);