aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-01-04 22:59:45 +0000
committerMark Kettenis <kettenis@gnu.org>2005-01-04 22:59:45 +0000
commit34cf199453afa158ef9cd4a6f429034d4e32930d (patch)
treefe53054232fc7daae1f96e04b010ba54fd22dd57 /gdb/config
parenta260932f9d10183559cea4610743c9691be22401 (diff)
downloadgdb-34cf199453afa158ef9cd4a6f429034d4e32930d.zip
gdb-34cf199453afa158ef9cd4a6f429034d4e32930d.tar.gz
gdb-34cf199453afa158ef9cd4a6f429034d4e32930d.tar.bz2
* configure.host (ia64-*-aix*): Remove.
* configure.tgt (ia64-*-aix*): Remove. * config/ia64/aix.mh: Remove file. * config/ia64/aix.mt: Remove file. * config/ia64/tm-aix.h: Remove file. * ia64-aix-nat.c: Remove file. * Makefile.in (ia64-aix-nat.o): Remove dependency.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/ia64/aix.mh6
-rw-r--r--gdb/config/ia64/aix.mt4
-rw-r--r--gdb/config/ia64/tm-aix.h35
3 files changed, 0 insertions, 45 deletions
diff --git a/gdb/config/ia64/aix.mh b/gdb/config/ia64/aix.mh
deleted file mode 100644
index 748c91f..0000000
--- a/gdb/config/ia64/aix.mh
+++ /dev/null
@@ -1,6 +0,0 @@
-# Host: Intel IA-64 running AIX
-
-NAT_FILE= nm-aix.h
-NATDEPFILES= corelow.o core-regset.o solib.o solib-aix5.o fork-child.o \
- procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o \
- ia64-aix-nat.o
diff --git a/gdb/config/ia64/aix.mt b/gdb/config/ia64/aix.mt
deleted file mode 100644
index 658bee3..0000000
--- a/gdb/config/ia64/aix.mt
+++ /dev/null
@@ -1,4 +0,0 @@
-# Target: Intel IA-64 running AIX
-
-TDEPFILES= ia64-tdep.o ia64-linux-tdep.o ia64-aix-tdep.o
-DEPRECATED_TM_FILE= tm-aix.h
diff --git a/gdb/config/ia64/tm-aix.h b/gdb/config/ia64/tm-aix.h
deleted file mode 100644
index 5390b26..0000000
--- a/gdb/config/ia64/tm-aix.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/* Definitions to target GDB to GNU/Linux on IA-64 running AIX.
-
- Copyright 2000, 2001, 2004 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 TM_AIX_H
-#define TM_AIX_H
-
-#include "ia64/tm-ia64.h"
-
-/* If PC is in a shared library trampoline code, return the PC
- where the function itself actually starts. If not, return 0. */
-
-#define SKIP_TRAMPOLINE_CODE(pc) find_solib_trampoline_target (pc)
-
-extern int ia64_aix_in_sigtramp (CORE_ADDR pc, char *func_name);
-#define DEPRECATED_IN_SIGTRAMP(pc,func_name) ia64_aix_in_sigtramp (pc, func_name)
-
-#endif /* #ifndef TM_AIX_H */