aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc/tm-ppc-aix.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-08-09 18:53:41 +0000
committerJeff Law <law@redhat.com>1995-08-09 18:53:41 +0000
commitfbc3f1913d26d4b559cd51061444718a172b094a (patch)
tree0c16d374a422309f245ecb5db389da6b3487ccdf /gdb/config/powerpc/tm-ppc-aix.h
parent99ca35f1fae2ba9acf1d12b9ae233821cb5b882a (diff)
downloadgdb-fbc3f1913d26d4b559cd51061444718a172b094a.zip
gdb-fbc3f1913d26d4b559cd51061444718a172b094a.tar.gz
gdb-fbc3f1913d26d4b559cd51061444718a172b094a.tar.bz2
* configure.in (powerpc-*-aix*): Recognize as a new gdb host
and target. (powerpc-*-eabi*): Don't set configdirs. (powerpcle-*-eabi*0: Likewise. * configure: Updated. * rs6000-nat.c (vmap_ldinfo): Don't relocate data addresses for the main objfile if DONT_RELOCATE_SYMFILE_OBJFILE is defined. * config/powerpc/{aix.mh,aix.mh}: Host and target makefile fragments for powerpc running aix4. * config/powerpc/{nm-aix.h, tm-ppc-aix.h, xm-aix.h}: Native, target and host include files for powerpc running aix4. More of Mike's powerpc work + minor changes.
Diffstat (limited to 'gdb/config/powerpc/tm-ppc-aix.h')
-rw-r--r--gdb/config/powerpc/tm-ppc-aix.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/gdb/config/powerpc/tm-ppc-aix.h b/gdb/config/powerpc/tm-ppc-aix.h
new file mode 100644
index 0000000..d4853e6
--- /dev/null
+++ b/gdb/config/powerpc/tm-ppc-aix.h
@@ -0,0 +1,31 @@
+/* Macro definitions for Power PC running AIX.
+ Copyright 1995 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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+
+#ifndef TM_PPC_AIX_H
+#define TM_PPC_AIX_H
+
+/* The main executable doesn't need relocation in aix4. */
+#define DONT_RELOCATE_SYMFILE_OBJFILE
+
+/* Use generic RS6000 definitions. */
+#include "rs6000/tm-rs6000.h"
+
+#define GDB_TARGET_POWERPC
+
+#endif /* TM_PPC_AIX_H */