aboutsummaryrefslogtreecommitdiff
path: root/gcc
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
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')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/arm/lib1funcs.asm2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ac5affe..9cb17ff 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-08 Paul Brook <paul@codesourcery.com>
+
+ * config/arm/lib1funcs.asm (RETLDM): Pop directly into PC when no
+ special interworking needed.
+
2007-02-08 Harsha Jagasia <harsha.jagasia@amd.com>
* config/i386/xmmintrin.h: Make inclusion of emmintrin.h
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