Zap empty host lynx header files.
authorAndrew Cagney <cagney@redhat.com>
Sun, 20 Jan 2002 03:29:01 +0000 (03:29 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 20 Jan 2002 03:29:01 +0000 (03:29 +0000)
gdb/ChangeLog
gdb/config/djgpp/fnchange.lst
gdb/config/i386/i386lynx.mh
gdb/config/i386/xm-i386lynx.h [deleted file]
gdb/config/m68k/m68klynx.mh
gdb/config/m68k/xm-m68klynx.h [deleted file]
gdb/config/rs6000/rs6000lynx.mh
gdb/config/rs6000/xm-rs6000ly.h [deleted file]
gdb/config/sparc/sparclynx.mh
gdb/config/sparc/xm-sparclynx.h [deleted file]
gdb/config/xm-lynx.h [deleted file]

index 171d21e..87e3bda 100644 (file)
@@ -1,3 +1,16 @@
+2002-01-19  Andrew Cagney  <ac131313@redhat.com>
+
+       * 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  <thorpej@wasabisystems.com>
 
        * alpha-tdep.c (alpha_register_byte): New function.
index 39ea372..c207460 100644 (file)
 @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
index 13ffe08..f026140 100644 (file)
@@ -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 (file)
index 0aedb13..0000000
+++ /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"
index 685ce00..992e8ff 100644 (file)
@@ -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 (file)
index 40619aa..0000000
+++ /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"
index e9d770c..f45b7b1 100644 (file)
@@ -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 (file)
index 459df95..0000000
+++ /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 */
index 92a425c..726cbda 100644 (file)
@@ -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 (file)
index aeed5b0..0000000
+++ /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 (file)
index 80ba275..0000000
+++ /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.  */