From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27065 invoked by alias); 4 Jan 2005 23:04:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26987 invoked from network); 4 Jan 2005 23:04:40 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 4 Jan 2005 23:04:40 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j04N4dlR029228 for ; Wed, 5 Jan 2005 00:04:39 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id j04N4dYH001945 for ; Wed, 5 Jan 2005 00:04:39 +0100 (CET) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id j04N4drG001942; Wed, 5 Jan 2005 00:04:39 +0100 (CET) Date: Tue, 04 Jan 2005 23:04:00 -0000 Message-Id: <200501042304.j04N4drG001942@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: Remove ia64-*-aix* support X-SW-Source: 2005-01/txt/msg00018.txt.bz2 AIX for Itanium was never released, and its support has been removed from BFD in July 2003. I can't delete it all since for some reason Linux includes ia64-aix-tdep.c, but this removes the obvious stuff. Committed, Mark Index: ChangeLog from Mark Kettenis * 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. Index: configure.tgt =================================================================== RCS file: /cvs/src/src/gdb/configure.tgt,v retrieving revision 1.155 diff -u -p -r1.155 configure.tgt --- configure.tgt 11 Dec 2004 02:02:01 -0000 1.155 +++ configure.tgt 4 Jan 2005 22:56:08 -0000 @@ -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 ;; Index: configure.host =================================================================== RCS file: /cvs/src/src/gdb/configure.host,v retrieving revision 1.91 diff -u -p -r1.91 configure.host --- configure.host 18 Dec 2004 17:36:32 -0000 1.91 +++ configure.host 4 Jan 2005 22:56:08 -0000 @@ -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: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.680 diff -u -p -r1.680 Makefile.in --- Makefile.in 18 Dec 2004 17:36:32 -0000 1.680 +++ Makefile.in 4 Jan 2005 22:56:12 -0000 @@ -2051,9 +2051,6 @@ i386v-nat.o: i386v-nat.c $(defs_h) $(fra 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)