From 00768bea475a1467651e2ddceb9e4bd7689b4129 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 5 Apr 2011 19:42:36 +0000 Subject: [PATCH] * fix compilation of dllprt0.as for older arm assemblers without push support git-svn-id: trunk@17254 - --- rtl/linux/arm/dllprt0.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/linux/arm/dllprt0.as b/rtl/linux/arm/dllprt0.as index 0e7b7fc661..a054991d31 100644 --- a/rtl/linux/arm/dllprt0.as +++ b/rtl/linux/arm/dllprt0.as @@ -7,7 +7,7 @@ _startlib: .type FPC_SHARED_LIB_START,#function FPC_SHARED_LIB_START: mov ip, sp - push {fp, ip, lr, pc} + stmfd sp!,{fp, ip, lr, pc} sub fp, ip, #4 /* a1 contains argc, a2 contains argv and a3 contains envp */