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:
Segher Boessenkool 2014-11-25 18:43:18 +01:00 committed by Segher Boessenkool
parent e74f8830e0
commit 484d637f7c
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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)