sysv4.h (ASM_OUTPUT_REG_POP): Use addi instead of addic.
* config/rs6000/sysv4.h (ASM_OUTPUT_REG_POP): Use addi instead of addic. From-SVN: r218053
This commit is contained in:
parent
e74f8830e0
commit
484d637f7c
@ -1,3 +1,8 @@
|
||||
2014-11-25 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
* config/rs6000/sysv4.h (ASM_OUTPUT_REG_POP): Use addi instead
|
||||
of addic.
|
||||
|
||||
2014-11-25 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
* config/rs6000/rs6000.md (iorxor, IORXOR): Delete code_attrs.
|
||||
|
@ -457,7 +457,7 @@ do { \
|
||||
do { \
|
||||
if (DEFAULT_ABI == ABI_V4) \
|
||||
asm_fprintf (FILE, \
|
||||
"\tlwz %s,12(%s)\n\taddic %s,%s,16\n", \
|
||||
"\tlwz %s,12(%s)\n\taddi %s,%s,16\n", \
|
||||
reg_names[REGNO], reg_names[1], reg_names[1], \
|
||||
reg_names[1]); \
|
||||
} while (0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user