diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-20 01:12:51 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-20 01:12:51 +0000 |
commit | 52d9e613016c52e9be699717484e1e10028a77e6 (patch) | |
tree | 17ccf4ea93f3fc57ec2b8cc1e096cefa9118b42d /gdb/config/m88k | |
parent | 2d1b2124ee669f4bec0290923ee79c533c65524e (diff) | |
download | gdb-52d9e613016c52e9be699717484e1e10028a77e6.zip gdb-52d9e613016c52e9be699717484e1e10028a77e6.tar.gz gdb-52d9e613016c52e9be699717484e1e10028a77e6.tar.bz2 |
Zap empty or unused xm-*.h files.
Diffstat (limited to 'gdb/config/m88k')
-rw-r--r-- | gdb/config/m88k/xm-delta88.h | 2 | ||||
-rw-r--r-- | gdb/config/m88k/xm-delta88v4.h | 2 | ||||
-rw-r--r-- | gdb/config/m88k/xm-dgux.h | 2 | ||||
-rw-r--r-- | gdb/config/m88k/xm-m88k.h | 0 |
4 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/m88k/xm-delta88.h b/gdb/config/m88k/xm-delta88.h index 663a0c4..27c8fe2 100644 --- a/gdb/config/m88k/xm-delta88.h +++ b/gdb/config/m88k/xm-delta88.h @@ -19,8 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "m88k/xm-m88k.h" - #if !defined (USG) #define USG 1 #endif diff --git a/gdb/config/m88k/xm-delta88v4.h b/gdb/config/m88k/xm-delta88v4.h index 5d51f1c..b09a02d 100644 --- a/gdb/config/m88k/xm-delta88v4.h +++ b/gdb/config/m88k/xm-delta88v4.h @@ -19,6 +19,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "m88k/xm-m88k.h" - #include "xm-sysv4.h" diff --git a/gdb/config/m88k/xm-dgux.h b/gdb/config/m88k/xm-dgux.h index 11220f5..b6f7f99 100644 --- a/gdb/config/m88k/xm-dgux.h +++ b/gdb/config/m88k/xm-dgux.h @@ -19,8 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "m88k/xm-m88k.h" - #if !defined (USG) #define USG 1 #endif diff --git a/gdb/config/m88k/xm-m88k.h b/gdb/config/m88k/xm-m88k.h deleted file mode 100644 index e69de29..0000000 --- a/gdb/config/m88k/xm-m88k.h +++ /dev/null |