diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-20 03:29:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-20 03:29:01 +0000 |
commit | bbe5c628c2a811ec014a919a4606bd54f4c83fa5 (patch) | |
tree | 8409400bcaf622773e34887f09322d64cfd1da1a /gdb/config/m68k | |
parent | f8453e34b90230680a57fbf4e981c0a714b2c292 (diff) | |
download | gdb-bbe5c628c2a811ec014a919a4606bd54f4c83fa5.zip gdb-bbe5c628c2a811ec014a919a4606bd54f4c83fa5.tar.gz gdb-bbe5c628c2a811ec014a919a4606bd54f4c83fa5.tar.bz2 |
Zap empty host lynx header files.
Diffstat (limited to 'gdb/config/m68k')
-rw-r--r-- | gdb/config/m68k/m68klynx.mh | 1 | ||||
-rw-r--r-- | gdb/config/m68k/xm-m68klynx.h | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/gdb/config/m68k/m68klynx.mh b/gdb/config/m68k/m68klynx.mh index 685ce00..992e8ff 100644 --- a/gdb/config/m68k/m68klynx.mh +++ b/gdb/config/m68k/m68klynx.mh @@ -1,6 +1,5 @@ # Host: Motorola 680x0 running LynxOS -XM_FILE= xm-m68klynx.h XM_CLIBS= -lbsd NAT_FILE= nm-m68klynx.h diff --git a/gdb/config/m68k/xm-m68klynx.h b/gdb/config/m68k/xm-m68klynx.h deleted file mode 100644 index 40619aa..0000000 --- a/gdb/config/m68k/xm-m68klynx.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Host-dependent definitions for Motorola 680x0 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. */ - -/* Get generic LynxOS host definitions. */ - -#include "xm-lynx.h" |