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/sparc | |
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/sparc')
-rw-r--r-- | gdb/config/sparc/sparclynx.mh | 1 | ||||
-rw-r--r-- | gdb/config/sparc/xm-sparclynx.h | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/gdb/config/sparc/sparclynx.mh b/gdb/config/sparc/sparclynx.mh index 92a425c..726cbda 100644 --- a/gdb/config/sparc/sparclynx.mh +++ b/gdb/config/sparc/sparclynx.mh @@ -1,6 +1,5 @@ # Host: Sparc running LynxOS -XM_FILE= xm-sparclynx.h XM_CLIBS= -lbsd NAT_FILE= nm-sparclynx.h diff --git a/gdb/config/sparc/xm-sparclynx.h b/gdb/config/sparc/xm-sparclynx.h deleted file mode 100644 index aeed5b0..0000000 --- a/gdb/config/sparc/xm-sparclynx.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Host-dependent definitions for Sparc 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" |