aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/lib1funcs.asm
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2007-02-08 23:49:59 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2007-02-08 23:49:59 +0000
commit4531703eaae47cbc29fb84ef404287e102c3a8df (patch)
tree8b94af91ddef1407138305bf0bfdd0dcfecd6dfd /gcc/config/arm/lib1funcs.asm
parentc1d91dbdc57b58fee8cf6dcdb412c2430e380bab (diff)
downloadgcc-4531703eaae47cbc29fb84ef404287e102c3a8df.zip
gcc-4531703eaae47cbc29fb84ef404287e102c3a8df.tar.gz
gcc-4531703eaae47cbc29fb84ef404287e102c3a8df.tar.bz2
lib1funcs.asm (RETLDM): Pop directly into PC when no special interworking needed.
2007-02-08 Paul Brook <paul@codesourcery.com> * config/arm/lib1funcs.asm (RETLDM): Pop directly into PC when no special interworking needed. From-SVN: r121727
Diffstat (limited to 'gcc/config/arm/lib1funcs.asm')
-rw-r--r--gcc/config/arm/lib1funcs.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/lib1funcs.asm b/gcc/config/arm/lib1funcs.asm
index f0cf5db..d69d1f1 100644
--- a/gcc/config/arm/lib1funcs.asm
+++ b/gcc/config/arm/lib1funcs.asm
@@ -211,7 +211,7 @@ LSYM(Lend_fde):
# if defined(__thumb2__)
pop\cond {\regs, pc}
# else
- ldm\cond\dirn sp!, {\regs, lr}
+ ldm\cond\dirn sp!, {\regs, pc}
# endif
.endif
#endif