diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-02-13 17:30:36 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-02-13 17:30:36 -0500 |
commit | 27b6c4423a471ddfc6eb2a5f365d982665c4b7fd (patch) | |
tree | 43da9d33dde05b295f0529e357ee4cd22d65355c /gcc/config/romp/romp.h | |
parent | 3f6fe18e0824f64dde6d8f51fa9e8683e7115953 (diff) | |
download | gcc-27b6c4423a471ddfc6eb2a5f365d982665c4b7fd.zip gcc-27b6c4423a471ddfc6eb2a5f365d982665c4b7fd.tar.gz gcc-27b6c4423a471ddfc6eb2a5f365d982665c4b7fd.tar.bz2 |
(ASM_OUTPUT_ADDR_DIFF_ELT): Remove.
From-SVN: r11261
Diffstat (limited to 'gcc/config/romp/romp.h')
-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 33872bb..ce66641 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 |