* configure.host (ia64-*-aix*): Remove.
authorMark Kettenis <kettenis@gnu.org>
Tue, 4 Jan 2005 22:59:45 +0000 (22:59 +0000)
committerMark Kettenis <kettenis@gnu.org>
Tue, 4 Jan 2005 22:59:45 +0000 (22:59 +0000)
* 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.

gdb/ChangeLog
gdb/Makefile.in
gdb/config/ia64/aix.mh [deleted file]
gdb/config/ia64/aix.mt [deleted file]
gdb/config/ia64/tm-aix.h [deleted file]
gdb/configure.host
gdb/configure.tgt
gdb/ia64-aix-nat.c [deleted file]

index ddfb8d26cab8e8b359a6eb4e991fb93ebcaa646f..583658b1b5b4c8e1cf32f2908d9271c482fceccb 100644 (file)
@@ -1,5 +1,13 @@
 2005-01-04  Mark Kettenis  <kettenis@gnu.org>
 
+       * 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.
+
        * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
        Add back inf-ptrace.o.
 
index dda01cec39a059977b5ef49bd3b1191ac6b0840f..e24174e1035a3f29ccf30ddf92d97f13c9877b2a 100644 (file)
@@ -2051,9 +2051,6 @@ i386v-nat.o: i386v-nat.c $(defs_h) $(frame_h) $(inferior_h) $(language_h) \
 i387-tdep.o: i387-tdep.c $(defs_h) $(doublest_h) $(floatformat_h) $(frame_h) \
        $(gdbcore_h) $(inferior_h) $(language_h) $(regcache_h) $(value_h) \
        $(gdb_assert_h) $(gdb_string_h) $(i386_tdep_h) $(i387_tdep_h)
-ia64-aix-nat.o: ia64-aix-nat.c $(defs_h) $(inferior_h) $(target_h) \
-       $(gdbcore_h) $(regcache_h) $(symtab_h) $(bfd_h) $(symfile_h) \
-       $(objfiles_h) $(gdb_stat_h)
 ia64-aix-tdep.o: ia64-aix-tdep.c $(defs_h)
 ia64-linux-nat.o: ia64-linux-nat.c $(defs_h) $(gdb_string_h) $(inferior_h) \
        $(target_h) $(gdbcore_h) $(regcache_h) $(gdb_wait_h) $(gregset_h)
diff --git a/gdb/config/ia64/aix.mh b/gdb/config/ia64/aix.mh
deleted file mode 100644 (file)
index 748c91f..0000000
+++ /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 (file)
index 658bee3..0000000
+++ /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 (file)
index 5390b26..0000000
+++ /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 */
index faf94a73f70c22379a3d9c5d62e50f6a060eeed3..3c59ad438c596896c8471289f4c7825c89da7157 100644 (file)
@@ -85,7 +85,6 @@ i[34567]86-*-sysv*)   gdb_host=i386v ;;
 i[34567]86-*-isc*)     gdb_host=i386v ;;
 i[34567]86-*-cygwin*)  gdb_host=cygwin ;;
 
-ia64-*-aix*)           gdb_host=aix ;;
 ia64-*-linux*)         gdb_host=linux ;;
 
 m68*-*-linux*)         gdb_host=linux ;;
index 3ffc284c47477a7caaaf4077ee332969b1bb39c8..da12d22ca204660e058b878e5eb7accc8da6f420 100644 (file)
@@ -96,7 +96,6 @@ i[34567]86-*-netware*)        gdb_target=i386
 i[34567]86-*-cygwin*)  gdb_target=cygwin  ;;
 i[34567]86-*-*)                gdb_target=i386 ;;
 
-ia64-*-aix*)           gdb_target=aix ;;
 ia64-*-linux*)         gdb_target=linux
                        build_gdbserver=yes
                        ;;
diff --git a/gdb/ia64-aix-nat.c b/gdb/ia64-aix-nat.c
deleted file mode 100644 (file)
index 9f37f8f..0000000
+++ /dev/null
@@ -1,176 +0,0 @@
-/* Low level interface to IA-64 running AIX for GDB, the GNU debugger.
-
-   Copyright 2000, 2001, 2003 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 "defs.h"
-#include "inferior.h"
-#include "target.h"
-#include "gdbcore.h"
-#include "regcache.h"
-#include <sys/procfs.h>
-
-#include "symtab.h"
-#include "bfd.h"
-#include "symfile.h"
-#include "objfiles.h"
-
-#include <sys/types.h>
-#include <fcntl.h>
-#include "gdb_stat.h"
-
-void
-supply_gregset (prgregset_t *gregsetp)
-{
-  int regi;
-
-  for (regi = IA64_GR0_REGNUM; regi <= IA64_GR31_REGNUM; regi++)
-    {
-      regcache_raw_supply (current_regcache, regi, 
-                          (char *) &(gregsetp->__gpr[regi - IA64_GR0_REGNUM]));
-    }
-
-  for (regi = IA64_BR0_REGNUM; regi <= IA64_BR7_REGNUM; regi++)
-    {
-      regcache_raw_supply (current_regcache, regi, 
-                          (char *) &(gregsetp->__br[regi - IA64_BR0_REGNUM]));
-    }
-
-  regcache_raw_supply (current_regcache, IA64_PSR_REGNUM,
-                      (char *) &(gregsetp->__psr));
-  regcache_raw_supply (current_regcache, IA64_IP_REGNUM,
-                      (char *) &(gregsetp->__ip));
-  regcache_raw_supply (current_regcache, IA64_CFM_REGNUM,
-                      (char *) &(gregsetp->__ifs));
-  regcache_raw_supply (current_regcache, IA64_RSC_REGNUM,
-                      (char *) &(gregsetp->__rsc));
-  regcache_raw_supply (current_regcache, IA64_BSP_REGNUM,
-                      (char *) &(gregsetp->__bsp));
-  regcache_raw_supply (current_regcache, IA64_BSPSTORE_REGNUM,
-                      (char *) &(gregsetp->__bspstore));
-  regcache_raw_supply (current_regcache, IA64_RNAT_REGNUM,
-                      (char *) &(gregsetp->__rnat));
-  regcache_raw_supply (current_regcache, IA64_PFS_REGNUM,
-                      (char *) &(gregsetp->__pfs));
-  regcache_raw_supply (current_regcache, IA64_UNAT_REGNUM,
-                      (char *) &(gregsetp->__unat));
-  regcache_raw_supply (current_regcache, IA64_PR_REGNUM,
-                      (char *) &(gregsetp->__preds));
-  regcache_raw_supply (current_regcache, IA64_CCV_REGNUM,
-                      (char *) &(gregsetp->__ccv));
-  regcache_raw_supply (current_regcache, IA64_LC_REGNUM,
-                      (char *) &(gregsetp->__lc));
-  regcache_raw_supply (current_regcache, IA64_EC_REGNUM,
-                      (char *) &(gregsetp->__ec));
-  /* FIXME: __nats */
-  regcache_raw_supply (current_regcache, IA64_FPSR_REGNUM,
-                      (char *) &(gregsetp->__fpsr));
-
-  /* These (for the most part) are pseudo registers and are obtained
-     by other means.  Those that aren't are already handled by the
-     code above.  */
-  for (regi = IA64_GR32_REGNUM; regi <= IA64_GR127_REGNUM; regi++)
-    deprecated_register_valid[regi] = 1;
-  for (regi = IA64_PR0_REGNUM; regi <= IA64_PR63_REGNUM; regi++)
-    deprecated_register_valid[regi] = 1;
-  for (regi = IA64_VFP_REGNUM; regi <= NUM_REGS; regi++)
-    deprecated_register_valid[regi] = 1;
-}
-
-void
-fill_gregset (prgregset_t *gregsetp, int regno)
-{
-  int regi;
-
-#define COPY_REG(_fld_,_regi_) \
-  if ((regno == -1) || regno == _regi_) \
-    memcpy (&(gregsetp->_fld_), &deprecated_registers[DEPRECATED_REGISTER_BYTE (_regi_)], \
-           register_size (current_gdbarch, _regi_))
-
-  for (regi = IA64_GR0_REGNUM; regi <= IA64_GR31_REGNUM; regi++)
-    {
-      COPY_REG (__gpr[regi - IA64_GR0_REGNUM], regi);
-    }
-
-  for (regi = IA64_BR0_REGNUM; regi <= IA64_BR7_REGNUM; regi++)
-    {
-      COPY_REG (__br[regi - IA64_BR0_REGNUM], regi);
-    }
-  COPY_REG (__psr, IA64_PSR_REGNUM);
-  COPY_REG (__ip, IA64_IP_REGNUM);
-  COPY_REG (__ifs, IA64_CFM_REGNUM);
-  COPY_REG (__rsc, IA64_RSC_REGNUM);
-  COPY_REG (__bsp, IA64_BSP_REGNUM);
-
-  /* Bad things happen if we don't update both bsp and bspstore at the
-     same time.  */
-  if (regno == IA64_BSP_REGNUM || regno == -1)
-    {
-      memcpy (&(gregsetp->__bspstore),
-             &deprecated_registers[DEPRECATED_REGISTER_BYTE (IA64_BSP_REGNUM)],
-             register_size (current_gdbarch, IA64_BSP_REGNUM));
-      memcpy (&deprecated_registers[DEPRECATED_REGISTER_BYTE (IA64_BSPSTORE_REGNUM)],
-             &deprecated_registers[DEPRECATED_REGISTER_BYTE (IA64_BSP_REGNUM)],
-             register_size (current_gdbarch, IA64_BSP_REGNUM));
-    }
-
-#if 0
-  /* We never actually write to bspstore, or we'd have to do the same thing
-     here too.  */
-  COPY_REG (__bspstore, IA64_BSPSTORE_REGNUM);
-#endif
-  COPY_REG (__rnat, IA64_RNAT_REGNUM);
-  COPY_REG (__pfs, IA64_PFS_REGNUM);
-  COPY_REG (__unat, IA64_UNAT_REGNUM);
-  COPY_REG (__preds, IA64_PR_REGNUM);
-  COPY_REG (__ccv, IA64_CCV_REGNUM);
-  COPY_REG (__lc, IA64_LC_REGNUM);
-  COPY_REG (__ec, IA64_EC_REGNUM);
-  /* FIXME: __nats */
-  COPY_REG (__fpsr, IA64_FPSR_REGNUM);
-#undef COPY_REG
-}
-
-void
-supply_fpregset (prfpregset_t *fpregsetp)
-{
-  int regi;
-
-  for (regi = IA64_FR0_REGNUM; regi <= IA64_FR127_REGNUM; regi++)
-    regcache_raw_supply (current_regcache, regi, 
-                     (char *) &(fpregsetp->__fpr[regi - IA64_FR0_REGNUM]));
-}
-
-void
-fill_fpregset (prfpregset_t *fpregsetp, int regno)
-{
-  int regi;
-  char *to;
-  char *from;
-
-  for (regi = IA64_FR0_REGNUM; regi <= IA64_FR127_REGNUM; regi++)
-    {
-      if ((regno == -1) || (regno == regi))
-       {
-         from = (char *) &deprecated_registers[DEPRECATED_REGISTER_BYTE (regi)];
-         to = (char *) &(fpregsetp->__fpr[regi - IA64_FR0_REGNUM]);
-         memcpy (to, from, register_size (current_gdbarch, regi));
-       }
-    }
-}
This page took 0.043978 seconds and 4 git commands to generate.