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 | ebfe9b6e39ec91bb08ba67f3572e416fce54d63c (patch) | |
tree | a1e12023c70c95bbca78588e70eab75fed55f231 /gdb/config/m88k | |
parent | c4eb3bc7fb8282e5d54b59745fd5f0bdd05575f4 (diff) | |
download | gdb-ebfe9b6e39ec91bb08ba67f3572e416fce54d63c.tar.gz |
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 663a0c44e7f..27c8fe28d22 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 5d51f1c198d..b09a02dd335 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 11220f5c026..b6f7f996d75 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 e69de29bb2d..00000000000 --- a/gdb/config/m88k/xm-m88k.h +++ /dev/null |