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/config | |
parent | 91a165d12e13748070ed2d6b2e4bf61e11c515cb (diff) | |
download | gdb-78dace0a00a35fae78007b15e659fe40f9ad63d1.zip gdb-78dace0a00a35fae78007b15e659fe40f9ad63d1.tar.gz gdb-78dace0a00a35fae78007b15e659fe40f9ad63d1.tar.bz2 |
deleting more unused macros
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/te-dpx2.h | 1 | ||||
-rw-r--r-- | gas/config/te-sco386.h | 1 |
2 files changed, 0 insertions, 2 deletions
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] == '.' \ |