crt_arch.h\m68k\arch - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/arch/m68k/crt_arch.h
blob: 48a42f29e288df5097a44d5c74f23e488fb6c7c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
__asm__(
".text\n"
".weak _DYNAMIC \n"
".hidden _DYNAMIC \n"
".global " START "\n"
START ":\n"
"	suba.l %fp,%fp \n"
"	movea.l %sp,%a0 \n"
"	lea _DYNAMIC-.-8,%a1 \n"
"	pea (%pc,%a1) \n"
"	pea (%a0) \n"
"	lea " START "_c-.-8,%a1 \n"
"	jsr (%pc,%a1) \n"
);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月05日 02:05:19 +0000

AltStyle によって変換されたページ (->オリジナル) /