2003-11-09 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 9 Nov 2003 14:29:26 +0000 (14:29 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 9 Nov 2003 14:29:26 +0000 (14:29 +0000)
* config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
* config/mips/nm-irix6.h: Delete file.
* config/mips/nm-linux.h: Update copyright.
(MIPS_GNULINUX_TARGET): Delete macro.
* config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
* config/mips/xm-irix6.h: Delete file.
* config/mips/linux.mh (XM_FILE): Delete definition.
* config/mips/xm-linux.h: Delete file.

gdb/ChangeLog
gdb/config/mips/irix6.mh
gdb/config/mips/linux.mh
gdb/config/mips/nm-irix6.h [deleted file]
gdb/config/mips/nm-linux.h
gdb/config/mips/xm-irix6.h [deleted file]
gdb/config/mips/xm-linux.h [deleted file]

index 2ce15c0d69a8269a3d30a1bed2c062e2a58e8bd7..6f24ff9a05756d0752490c0ed4352dbb354a83fd 100644 (file)
@@ -1,3 +1,14 @@
+2003-11-09  Andrew Cagney  <cagney@redhat.com>
+
+       * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
+       * config/mips/nm-irix6.h: Delete file.
+       * config/mips/nm-linux.h: Update copyright.
+       (MIPS_GNULINUX_TARGET): Delete macro.
+       * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
+       * config/mips/xm-irix6.h: Delete file.
+       * config/mips/linux.mh (XM_FILE): Delete definition.
+       * config/mips/xm-linux.h: Delete file.
+
 2003-11-09  Andrew Cagney  <cagney@redhat.com>
 
        * d10v-tdep.c (d10v_return_value): New function.
index 8075f0d78cb23a4956d03880085b84da23dd99a0..141bff6a887bd7b1b3cdaa92c8cd7b553f238a7c 100644 (file)
@@ -1,6 +1,6 @@
 # Host: SGI Iris running irix 6.x
-XM_FILE= xm-irix6.h
-NAT_FILE= nm-irix6.h
+XM_FILE= xm-irix5.h
+NAT_FILE= nm-irix5.h
 NATDEPFILES= fork-child.o irix5-nat.o corelow.o procfs.o \
        proc-api.o proc-events.o proc-flags.o proc-why.o
 
index 38f87256689425559e4be5d650068973dd7e49a1..3fbc3e9dc74dadf64d9728ebf4b14472408ef709 100644 (file)
@@ -1,5 +1,4 @@
 # Host: Linux/MIPS
-XM_FILE= xm-linux.h
 NAT_FILE= nm-linux.h
 NATDEPFILES= infptrace.o inftarg.o fork-child.o mips-linux-nat.o \
        thread-db.o lin-lwp.o proc-service.o linux-proc.o gcore.o \
diff --git a/gdb/config/mips/nm-irix6.h b/gdb/config/mips/nm-irix6.h
deleted file mode 100644 (file)
index 301b629..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Definitions for native support of irix6.
-
-   Copyright 2001 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.  */
-
-#include "mips/nm-irix5.h"
index 426dd5523b63dd8c8adbc971dbb603fa41b1ef42..8fd21930a451e55616c74a653394ff681879f0e2 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent definitions for GNU/Linux on MIPS.
 
-   Copyright 1996, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 1996, 2001, 2002, 2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -22,8 +22,6 @@
 #ifndef NM_MIPSLINUX_H
 #define NM_MIPSLINUX_H
 
-#define MIPS_GNULINUX_TARGET
-
 #include "config/nm-linux.h"
 
 /* Return sizeof user struct to callers in less machine dependent
diff --git a/gdb/config/mips/xm-irix6.h b/gdb/config/mips/xm-irix6.h
deleted file mode 100644 (file)
index a8a4c68..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Definitions for irix6 hosting support.
-
-   Copyright 2001 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.  */
-
-#include "mips/xm-irix5.h"
diff --git a/gdb/config/mips/xm-linux.h b/gdb/config/mips/xm-linux.h
deleted file mode 100644 (file)
index 4db6201..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Host definitions for GNU/Linux on MIPS.
-
-   Copyright 2001, 2002 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_MIPSLINUX_H
-#define XM_MIPSLINUX_H
-
-#endif /* XM_MIPSLINUX_H */
This page took 0.03481 seconds and 4 git commands to generate.