From 78dace0a00a35fae78007b15e659fe40f9ad63d1 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 2 May 1995 06:26:15 +0000 Subject: [PATCH] deleting more unused macros --- gas/ChangeLog | 5 ++++- gas/config/te-dpx2.h | 1 - gas/config/te-sco386.h | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 6308bed366d..b8f1cda06f7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,12 +1,15 @@ Tue May 2 00:17:04 1995 Ken Raeburn (raeburn@kr-pc.cygnus.com) - * config/te-generic.h (TE_GENERIC): Deleted unused macro. + * config/te-dpx2.h (dpx2): Deleted unused macro. + * config/te-generic.h (TE_GENERIC): Ditto. * config/te-go32.h (TE_GO32): Ditto. * config/te-hp300.h (TE_HP300): Ditto. + * config/te-hppa.h (PA, _TE_PA_H): Ditto. * config/te-ic960.h (TE_IC960): Ditto. * config/te-nbsd532.h (TE_NETBSD532): Ditto. * config/te-pc532mach.h (TE_PC532MACH): Ditto. * config/te-ppcnw.h (TE_PPCNW): Ditto. + * config/te-sco386.h (scounix): Ditto. Mon May 1 15:59:56 1995 Ken Raeburn diff --git a/gas/config/te-dpx2.h b/gas/config/te-dpx2.h index 0cf7a7165e9..960a794d3ef 100644 --- a/gas/config/te-dpx2.h +++ b/gas/config/te-dpx2.h @@ -1,5 +1,4 @@ /* Machine specific defines for the dpx2 machine */ -#define dpx2 #define TC_M68K /* The magic number is not the usual MC68MAGIC. */ diff --git a/gas/config/te-sco386.h b/gas/config/te-sco386.h index c608f059096..ab869f60e0a 100644 --- a/gas/config/te-sco386.h +++ b/gas/config/te-sco386.h @@ -1,5 +1,4 @@ /* Machine specific defines for the SCO Unix V.3.2 ODT */ -#define scounix /* Local labels start with a period. */ #define LOCAL_LABEL(name) (name[0] == '.' \ -- 2.30.2