diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-02-13 22:30:36 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-02-13 22:30:36 +0000 |
commit | a8c3bb75da3570ca1bcbe36c61524f3f53b12a5c (patch) | |
tree | 43da9d33dde05b295f0529e357ee4cd22d65355c /gcc/config/romp | |
parent | d39b53a811ed8f9a687374a5133b26ea69ba0b71 (diff) | |
download | gcc-a8c3bb75da3570ca1bcbe36c61524f3f53b12a5c.tar.gz |
(ASM_OUTPUT_ADDR_DIFF_ELT): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11261 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/romp')
-rw-r--r-- | gcc/config/romp/romp.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h index 33872bb5cf8..ce6664164d5 100644 --- a/gcc/config/romp/romp.h +++ b/gcc/config/romp/romp.h @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. @@ -1508,10 +1508,9 @@ extern int romp_debugger_arg_correction(); fprintf (FILE, "\t.long L%d\n", VALUE) /* This is how to output an element of a case-vector that is relative. - (ROMP does not use such vectors, - but we must define this macro anyway.) */ + Don't define this if it is not supported. */ -#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 that says to advance the location counter |