diff options
Diffstat (limited to 'gdb/config/rs6000')
-rw-r--r-- | gdb/config/rs6000/rs6000lynx.mh | 1 | ||||
-rw-r--r-- | gdb/config/rs6000/xm-rs6000ly.h | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/gdb/config/rs6000/rs6000lynx.mh b/gdb/config/rs6000/rs6000lynx.mh index e9d770c..f45b7b1 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 459df95..0000000 --- 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 */ |