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
This commit is contained in:
Paul Brook 2007-02-08 23:49:59 +00:00 committed by Paul Brook
parent c1d91dbdc5
commit 4531703eaa
2 changed files with 6 additions and 1 deletions

View 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

View 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