diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-05-02 06:26:15 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-05-02 06:26:15 +0000 |
commit | 78dace0a00a35fae78007b15e659fe40f9ad63d1 (patch) | |
tree | 5cac53f66c8e1b61fe1355ff0511f384636bf0bd /gas | |
parent | 91a165d12e13748070ed2d6b2e4bf61e11c515cb (diff) | |
download | gdb-78dace0a00a35fae78007b15e659fe40f9ad63d1.zip gdb-78dace0a00a35fae78007b15e659fe40f9ad63d1.tar.gz gdb-78dace0a00a35fae78007b15e659fe40f9ad63d1.tar.bz2 |
deleting more unused macros
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/te-dpx2.h | 1 | ||||
-rw-r--r-- | gas/config/te-sco386.h | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6308bed..b8f1cda 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 <raeburn@cujo.cygnus.com> diff --git a/gas/config/te-dpx2.h b/gas/config/te-dpx2.h index 0cf7a71..960a794 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 c608f05..ab869f6 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] == '.' \ |