deleting more unused macros

This commit is contained in:
Ken Raeburn 1995-05-02 06:26:15 +00:00
parent 91a165d12e
commit 78dace0a00
3 changed files with 4 additions and 3 deletions

View File

@ -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 <raeburn@cujo.cygnus.com>

View File

@ -1,5 +1,4 @@
/* Machine specific defines for the dpx2 machine */
#define dpx2
#define TC_M68K
/* The magic number is not the usual MC68MAGIC. */

View File

@ -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] == '.' \