mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 11:09:41 +02:00
* fix compilation of dllprt0.as for older arm assemblers without push support
git-svn-id: trunk@17254 -
This commit is contained in:
parent
f2a3f4e5af
commit
00768bea47
@ -7,7 +7,7 @@ _startlib:
|
|||||||
.type FPC_SHARED_LIB_START,#function
|
.type FPC_SHARED_LIB_START,#function
|
||||||
FPC_SHARED_LIB_START:
|
FPC_SHARED_LIB_START:
|
||||||
mov ip, sp
|
mov ip, sp
|
||||||
push {fp, ip, lr, pc}
|
stmfd sp!,{fp, ip, lr, pc}
|
||||||
sub fp, ip, #4
|
sub fp, ip, #4
|
||||||
|
|
||||||
/* a1 contains argc, a2 contains argv and a3 contains envp */
|
/* a1 contains argc, a2 contains argv and a3 contains envp */
|
||||||
|
Loading…
Reference in New Issue
Block a user