From d91787632abd4c9bb5db0be1bae614243b3abb58 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Fri, 27 Apr 2007 13:19:48 +0000 Subject: * configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules. * configure.tgt (rs6000-*-*): Likewise. * config/rs6000/aix4.mh: Delete file. * config/rs6000/aix4.mt: Delete file. * config/rs6000/rs6000.mh: Delete file. * config/rs6000/rs6000.mt: Delete file. * config/powerpc/nm-aix.h: Delete file. * config/powerpc/aix.mh (NAT_FILE): Set to config/rs6000/nm-rs6000.h. --- gdb/config/powerpc/aix.mh | 2 +- gdb/config/powerpc/nm-aix.h | 22 ---------------------- gdb/config/rs6000/aix4.mh | 9 --------- gdb/config/rs6000/aix4.mt | 3 --- gdb/config/rs6000/rs6000.mh | 9 --------- gdb/config/rs6000/rs6000.mt | 3 --- 6 files changed, 1 insertion(+), 47 deletions(-) delete mode 100644 gdb/config/powerpc/nm-aix.h delete mode 100644 gdb/config/rs6000/aix4.mh delete mode 100644 gdb/config/rs6000/aix4.mt delete mode 100644 gdb/config/rs6000/rs6000.mh delete mode 100644 gdb/config/rs6000/rs6000.mt (limited to 'gdb/config') diff --git a/gdb/config/powerpc/aix.mh b/gdb/config/powerpc/aix.mh index 9ee2f2f..ac5276f 100644 --- a/gdb/config/powerpc/aix.mh +++ b/gdb/config/powerpc/aix.mh @@ -1,6 +1,6 @@ # Host: IBM PowerPC running AIX -NAT_FILE= nm-aix.h +NAT_FILE= config/rs6000/nm-rs6000.h # aix-thread.o is not listed in NATDEPFILES as it is pulled in by configure. NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o \ diff --git a/gdb/config/powerpc/nm-aix.h b/gdb/config/powerpc/nm-aix.h deleted file mode 100644 index 7f7d133..0000000 --- a/gdb/config/powerpc/nm-aix.h +++ /dev/null @@ -1,22 +0,0 @@ -/* IBM PowerPC native-dependent macros for GDB, the GNU debugger. - Copyright 1995, 1996, 2007 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 "rs6000/nm-rs6000.h" - diff --git a/gdb/config/rs6000/aix4.mh b/gdb/config/rs6000/aix4.mh deleted file mode 100644 index f316422..0000000 --- a/gdb/config/rs6000/aix4.mh +++ /dev/null @@ -1,9 +0,0 @@ -# Host: IBM RS/6000 running AIX4 - -NAT_FILE= nm-rs6000.h -NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o \ - xcoffsolib.o - -# When compiled with cc, for debugging, this argument should be passed. -# We have no idea who our current compiler is though, so we skip it. -# MH_CFLAGS = -bnodelcsect diff --git a/gdb/config/rs6000/aix4.mt b/gdb/config/rs6000/aix4.mt deleted file mode 100644 index 0729ffa..0000000 --- a/gdb/config/rs6000/aix4.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: IBM RS/6000 running AIX4 -TDEPFILES= rs6000-tdep.o xcoffread.o ppc-sysv-tdep.o solib.o solib-svr4.o -DEPRECATED_TM_FILE= config/rs6000/tm-rs6000.h diff --git a/gdb/config/rs6000/rs6000.mh b/gdb/config/rs6000/rs6000.mh deleted file mode 100644 index e518975..0000000 --- a/gdb/config/rs6000/rs6000.mh +++ /dev/null @@ -1,9 +0,0 @@ -# Host: IBM RS/6000 running AIX - -NAT_FILE= nm-rs6000.h -NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o \ - xcoffsolib.o - -# When compiled with cc, for debugging, this argument should be passed. -# We have no idea who our current compiler is though, so we skip it. -# MH_CFLAGS = -bnodelcsect diff --git a/gdb/config/rs6000/rs6000.mt b/gdb/config/rs6000/rs6000.mt deleted file mode 100644 index 02c2230..0000000 --- a/gdb/config/rs6000/rs6000.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: IBM RS/6000 running AIX -TDEPFILES= rs6000-tdep.o xcoffread.o ppc-sysv-tdep.o solib.o solib-svr4.o -DEPRECATED_TM_FILE= tm-rs6000.h -- cgit v1.1