Commit 484d637f by Segher Boessenkool Committed by Segher Boessenkool

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
parent e74f8830
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.
(rest of file): Replace those with code resp. CODE.
......@@ -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)
......
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