OSDN Git Service

2007-02-08 Paul Brook <paul@codesourcery.com>
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Feb 2007 23:49:59 +0000 (23:49 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Feb 2007 23:49:59 +0000 (23:49 +0000)
* config/arm/lib1funcs.asm (RETLDM): Pop directly into PC when no
special interworking needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121727 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/lib1funcs.asm

index ac5affe..9cb17ff 100644 (file)
@@ -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
index f0cf5db..d69d1f1 100644 (file)
@@ -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