Commit d0a4fd97 by Joern Rennecke Committed by Joern Rennecke

re PR target/46432 (v850-elf --enable-werror-always build fails)

        PR target/46432
        * config/v850/v850.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.

From-SVN: r166754
parent 21272a45
......@@ -49,6 +49,9 @@
* config/arm/arm.c (locate_neon_builtin_icode): Initialize key.
(arm_output_asm_insn) Add ATTRIBUTE_PRINTF_4.
PR target/46432
* config/v850/v850.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
2010-11-15 Richard Guenther <rguenther@suse.de>
PR lto/44150
......@@ -888,9 +888,6 @@ typedef enum
{ "r30", 30 }, \
{ "lp", LP_REGNUM} }
#define ASM_OUTPUT_REG_PUSH(FILE,REGNO)
#define ASM_OUTPUT_REG_POP(FILE,REGNO)
/* This is how to output an element of a case-vector that is absolute. */
#define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
......
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