From 4a419dacb407b21bbc2257266e229bf76e721194 Mon Sep 17 00:00:00 2001 From: kenner Date: Sat, 23 Mar 1996 23:25:32 +0000 Subject: [PATCH] (ASM_OUTPUT_ADDR_DIFF_ELT): Don't define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11605 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/pdp11/pdp11.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 46cd53d38e6..a9d785f173a 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 -- 2.11.0