Commit 4531703e by Paul Brook Committed by Paul Brook

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
parent c1d91dbd
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment