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/a29k | |
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/a29k')
-rw-r--r-- | gcc/config/a29k/a29k.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/a29k/a29k.h b/gcc/config/a29k/a29k.h index 8a9cfd7c3d4..ce9fcff14d9 100644 --- a/gcc/config/a29k/a29k.h +++ b/gcc/config/a29k/a29k.h @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. @@ -1544,10 +1544,9 @@ extern int a29k_debug_reg_map[]; fprintf (FILE, "\t.word L%d\n", VALUE) /* This is how to output an element of a case-vector that is relative. - (29k 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 |