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:
parent
c1d91dbdc5
commit
4531703eaa
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user