Commit 818412ba by Eric Botcazou Committed by Tristan Gingold

vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.

2011-04-20  Eric Botcazou  <ebotcazou@adacore.com>

        * config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.

From-SVN: r172771
parent b501ce4e
2011-04-20 Eric Botcazou <ebotcazou@adacore.com>
* config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.
2011-04-20 Tristan Gingold <gingold@adacore.com> 2011-04-20 Tristan Gingold <gingold@adacore.com>
* config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld. * config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
......
...@@ -183,7 +183,6 @@ typedef struct {int num_args; enum avms_arg_type atypes[6];} avms_arg_info; ...@@ -183,7 +183,6 @@ typedef struct {int num_args; enum avms_arg_type atypes[6];} avms_arg_info;
asm (SECTION_OP "\n\t.long " #FUNC"\n"); asm (SECTION_OP "\n\t.long " #FUNC"\n");
#undef ASM_OUTPUT_ADDR_DIFF_ELT #undef ASM_OUTPUT_ADDR_DIFF_ELT
#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) gcc_unreachable ()
#undef ASM_OUTPUT_ADDR_VEC_ELT #undef ASM_OUTPUT_ADDR_VEC_ELT
#define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \ #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