aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-04-27 13:19:48 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-04-27 13:19:48 +0000
commitd91787632abd4c9bb5db0be1bae614243b3abb58 (patch)
tree1fc2714b1aa50beff8f858b7fcba81eff5852bd7 /gdb/config/powerpc
parent0d16ee5db961a883762d09945491941b36121363 (diff)
downloadgdb-d91787632abd4c9bb5db0be1bae614243b3abb58.zip
gdb-d91787632abd4c9bb5db0be1bae614243b3abb58.tar.gz
gdb-d91787632abd4c9bb5db0be1bae614243b3abb58.tar.bz2
* 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.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r--gdb/config/powerpc/aix.mh2
-rw-r--r--gdb/config/powerpc/nm-aix.h22
2 files changed, 1 insertions, 23 deletions
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"
-