From bbe5c628c2a811ec014a919a4606bd54f4c83fa5 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 20 Jan 2002 03:29:01 +0000 Subject: [PATCH] Zap empty host lynx header files. --- gdb/ChangeLog | 13 +++++++++++++ gdb/config/djgpp/fnchange.lst | 2 -- gdb/config/i386/i386lynx.mh | 1 - gdb/config/i386/xm-i386lynx.h | 23 ----------------------- gdb/config/m68k/m68klynx.mh | 1 - gdb/config/m68k/xm-m68klynx.h | 23 ----------------------- gdb/config/rs6000/rs6000lynx.mh | 1 - gdb/config/rs6000/xm-rs6000ly.h | 28 ---------------------------- gdb/config/sparc/sparclynx.mh | 1 - gdb/config/sparc/xm-sparclynx.h | 23 ----------------------- gdb/config/xm-lynx.h | 19 ------------------- 11 files changed, 13 insertions(+), 122 deletions(-) delete mode 100644 gdb/config/i386/xm-i386lynx.h delete mode 100644 gdb/config/m68k/xm-m68klynx.h delete mode 100644 gdb/config/rs6000/xm-rs6000ly.h delete mode 100644 gdb/config/sparc/xm-sparclynx.h delete mode 100644 gdb/config/xm-lynx.h diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 171d21e..87e3bda 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2002-01-19 Andrew Cagney + + * config/sparc/sparclynx.mh (XM_FILE): Delete. + * config/rs6000/rs6000lynx.mh (XM_FILE): Delete. + * config/m68k/m68klynx.mh (XM_FILE): Delete. + * config/i386/i386lynx.mh (XM_FILE): Delete. + * config/rs6000/xm-rs6000ly.h: Delete file. + * config/sparc/xm-sparclynx.h: Delete file. + * config/m68k/xm-m68klynx.h: Delete file. + * config/i386/xm-i386lynx.h: Delete file. + * config/xm-lynx.h: Delete file. + * config/djgpp/fnchange.lst: Update. + 2002-01-19 Jason Thorpe * alpha-tdep.c (alpha_register_byte): New function. diff --git a/gdb/config/djgpp/fnchange.lst b/gdb/config/djgpp/fnchange.lst index 39ea372..c207460 100644 --- a/gdb/config/djgpp/fnchange.lst +++ b/gdb/config/djgpp/fnchange.lst @@ -92,11 +92,9 @@ @V@/gdb/config/rs6000/nm-rs6000ly.h @V@/gdb/config/rs6000/nm-rs6kly.h @V@/gdb/config/rs6000/tm-rs6000.h @V@/gdb/config/rs6000/tm-rs6k.h @V@/gdb/config/rs6000/tm-rs6000ly.h @V@/gdb/config/rs6000/tm-rs6kly.h -@V@/gdb/config/rs6000/xm-rs6000ly.h @V@/gdb/config/rs6000/xm-rs6kly.h @V@/gdb/config/sparc/tm-sparclet.h @V@/gdb/config/sparc/tm-splet.h @V@/gdb/config/sparc/tm-sparclite.h @V@/gdb/config/sparc/tm-splite.h @V@/gdb/config/sparc/tm-sparclynx.h @V@/gdb/config/sparc/tm-splynx.h -@V@/gdb/config/sparc/xm-sparclynx.h @V@/gdb/config/sparc/xm-xplynx.h @V@/gdb/config/vax/xm-vaxult2.h @V@/gdb/config/vax/xm-vaxut2.h @V@/gdb/f-exp.tab.c @V@/gdb/f-exp_tab.c @V@/gdb/gdbtk/generic/ChangeLog-1997 @V@/gdb/gdbtk/generic/ChangeLog.97 diff --git a/gdb/config/i386/i386lynx.mh b/gdb/config/i386/i386lynx.mh index 13ffe08..f026140 100644 --- a/gdb/config/i386/i386lynx.mh +++ b/gdb/config/i386/i386lynx.mh @@ -1,6 +1,5 @@ # Host: Intel 386 running LynxOS -XM_FILE= xm-i386lynx.h XM_CLIBS= -lbsd NAT_FILE= nm-i386lynx.h diff --git a/gdb/config/i386/xm-i386lynx.h b/gdb/config/i386/xm-i386lynx.h deleted file mode 100644 index 0aedb13..0000000 --- a/gdb/config/i386/xm-i386lynx.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Host-dependent definitions for Intel 386 running LynxOS. - 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" 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" 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 */ 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" diff --git a/gdb/config/xm-lynx.h b/gdb/config/xm-lynx.h deleted file mode 100644 index 80ba275..0000000 --- a/gdb/config/xm-lynx.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Host-dependent definitions for any CPU running LynxOS. - Copyright 1993, 1995, 1996 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. */ -- 2.7.4