diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-08-12 06:28:13 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-08-12 06:28:13 +0000 |
commit | 232d697cd0465d5e97929503601763cb9ffca823 (patch) | |
tree | 2545f0a8bf6aab5ad423d9794e511fdb6ffe9ec1 /gdb | |
parent | 72f4e82b228acd35b133071328a47c616b4e9c05 (diff) | |
download | gdb-232d697cd0465d5e97929503601763cb9ffca823.zip gdb-232d697cd0465d5e97929503601763cb9ffca823.tar.gz gdb-232d697cd0465d5e97929503601763cb9ffca823.tar.bz2 |
* config/powerpc/xm-aix.h: Delete.
* config/powerpc/aix.mh (MH_FILE): Remove.
* config/powerpc/aix432.mh (MH_FILE): Remove.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/config/powerpc/aix.mh | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/aix432.mh | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/xm-aix.h | 20 |
4 files changed, 6 insertions, 24 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2788dd7..ed3a868 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2004-08-11 Joel Brobecker <brobecker@gnat.com> + * config/powerpc/xm-aix.h: Delete. + * config/powerpc/aix.mh (MH_FILE): Remove. + * config/powerpc/aix432.mh (MH_FILE): Remove. + +2004-08-11 Joel Brobecker <brobecker@gnat.com> + * config/powerpc/aix.mh: Remove obsolete comment. * config/powerpc/aix432.mh: Likewise. diff --git a/gdb/config/powerpc/aix.mh b/gdb/config/powerpc/aix.mh index 0318a0a..5ac063b 100644 --- a/gdb/config/powerpc/aix.mh +++ b/gdb/config/powerpc/aix.mh @@ -1,7 +1,5 @@ # Host: IBM PowerPC running AIX -XM_FILE= xm-aix.h - NAT_FILE= nm-aix.h NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o \ xcoffread.o xcoffsolib.o diff --git a/gdb/config/powerpc/aix432.mh b/gdb/config/powerpc/aix432.mh index 51f0906..cfe9efe 100644 --- a/gdb/config/powerpc/aix432.mh +++ b/gdb/config/powerpc/aix432.mh @@ -1,7 +1,5 @@ # Host: IBM PowerPC running AIX 4.3.2+ -XM_FILE= xm-aix.h - NAT_FILE= nm-aix.h # aix-thread.o is not listed in NATDEPFILES as it is pulled in by configure. diff --git a/gdb/config/powerpc/xm-aix.h b/gdb/config/powerpc/xm-aix.h deleted file mode 100644 index 293d7eb..0000000 --- a/gdb/config/powerpc/xm-aix.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Parameters for hosting on an PowerPC, for GDB, the GNU debugger. - Copyright 1995, 1996, 2000 Free Software Foundation, Inc. - Contributed by Cygnus Corporation. - - 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. */ |