summaryrefslogtreecommitdiff
path: root/gdb/config/rs6000
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-20 03:29:01 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-20 03:29:01 +0000
commit54b2076d5502c27bef1b922acbf1fe9b37403625 (patch)
tree08e3d3a1d2f2d8e96c6b2aaf25226f997d7c8b15 /gdb/config/rs6000
parent8d99d99d7e6183fea5ed481a16e5fe6cdd5470fc (diff)
downloadgdb-54b2076d5502c27bef1b922acbf1fe9b37403625.tar.gz
Zap empty host lynx header files.
Diffstat (limited to 'gdb/config/rs6000')
-rw-r--r--gdb/config/rs6000/rs6000lynx.mh1
-rw-r--r--gdb/config/rs6000/xm-rs6000ly.h28
2 files changed, 0 insertions, 29 deletions
diff --git a/gdb/config/rs6000/rs6000lynx.mh b/gdb/config/rs6000/rs6000lynx.mh
index e9d770c3bb3..f45b7b15e42 100644
--- a/gdb/config/rs6000/rs6000lynx.mh
+++ b/gdb/config/rs6000/rs6000lynx.mh
@@ -1,6 +1,5 @@
# Host: RS6000 running LynxOS
-XM_FILE= xm-rs6000ly.h
XM_CLIBS= -lbsd
NAT_FILE= nm-rs6000ly.h
diff --git a/gdb/config/rs6000/xm-rs6000ly.h b/gdb/config/rs6000/xm-rs6000ly.h
deleted file mode 100644
index 459df951315..00000000000
--- a/gdb/config/rs6000/xm-rs6000ly.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Host-dependent definitions for RS6000 running LynxOS, for GDB.
- Copyright 1993 Free Software Foundation, Inc.
-
- This file is part of GDB.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
-
-#ifndef XM_RS6000LYNX_H
-#define XM_RS6000LYNX_H
-
-/* Get generic LynxOS host definitions. */
-
-#include "xm-lynx.h"
-
-#endif /* XM_RS6000LYNX_H */