diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-03-23 18:25:32 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-03-23 18:25:32 -0500 |
commit | 3d3ff202b0e2e4947e8f3ed6378b0e5190b2f63d (patch) | |
tree | 04f477fee4c583a4601f8af3fb84709540d60dff | |
parent | b33c316cf81498491717bbd181471bbacc6542a9 (diff) | |
download | gcc-3d3ff202b0e2e4947e8f3ed6378b0e5190b2f63d.zip gcc-3d3ff202b0e2e4947e8f3ed6378b0e5190b2f63d.tar.gz gcc-3d3ff202b0e2e4947e8f3ed6378b0e5190b2f63d.tar.bz2 |
(ASM_OUTPUT_ADDR_DIFF_ELT): Don't define.
From-SVN: r11605
-rw-r--r-- | gcc/config/pdp11/pdp11.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 46cd53d..a9d785f 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for the pdp-11 - Copyright (C) 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at). This file is part of GNU CC. @@ -1149,11 +1149,9 @@ fprintf (FILE, "$help$: . = .+8 ; space for tmp moves!\n") \ fprintf (FILE, "\t.word L_%d\n", VALUE) /* This is how to output an element of a case-vector that is relative. - (the pdp 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) \ - fprintf (FILE, "\tERROR @L%d-@L%d ! error should not be used\n", VALUE, REL) +/* #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) */ /* This is how to output an assembler line that says to advance the location counter |