Commit 27b6c442 by Richard Kenner

(ASM_OUTPUT_ADDR_DIFF_ELT): Remove.

From-SVN: r11261
parent 3f6fe18e
/* Definitions of target machine for GNU compiler, for AMD Am29000 CPU. /* Definitions of target machine for GNU compiler, for AMD Am29000 CPU.
Copyright (C) 1988, 90-94, 1995 Free Software Foundation, Inc. Copyright (C) 1988, 90-95, 1996 Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@nyu.edu) Contributed by Richard Kenner (kenner@nyu.edu)
This file is part of GNU CC. This file is part of GNU CC.
...@@ -1544,10 +1544,9 @@ extern int a29k_debug_reg_map[]; ...@@ -1544,10 +1544,9 @@ extern int a29k_debug_reg_map[];
fprintf (FILE, "\t.word L%d\n", VALUE) fprintf (FILE, "\t.word L%d\n", VALUE)
/* This is how to output an element of a case-vector that is relative. /* This is how to output an element of a case-vector that is relative.
(29k does not use such vectors, Don't define this if it is not supported. */
but we must define this macro anyway.) */
#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) abort () /* #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) */
/* This is how to output an assembler line /* This is how to output an assembler line
that says to advance the location counter that says to advance the location counter
......
/* Definitions of target machine for GNU compiler, for ROMP chip. /* Definitions of target machine for GNU compiler, for ROMP chip.
Copyright (C) 1989, 1991, 1993, 1995 Free Software Foundation, Inc. Copyright (C) 1989, 1991, 1993, 1995, 1996 Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@nyu.edu) Contributed by Richard Kenner (kenner@nyu.edu)
This file is part of GNU CC. This file is part of GNU CC.
...@@ -1508,10 +1508,9 @@ extern int romp_debugger_arg_correction(); ...@@ -1508,10 +1508,9 @@ extern int romp_debugger_arg_correction();
fprintf (FILE, "\t.long L%d\n", VALUE) fprintf (FILE, "\t.long L%d\n", VALUE)
/* This is how to output an element of a case-vector that is relative. /* This is how to output an element of a case-vector that is relative.
(ROMP does not use such vectors, Don't define this if it is not supported. */
but we must define this macro anyway.) */
#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) abort () /* #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) */
/* This is how to output an assembler line /* This is how to output an assembler line
that says to advance the location counter that says to advance the location counter
......
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