From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7094 invoked by alias); 20 Dec 2001 21:05:46 -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 7030 invoked from network); 20 Dec 2001 21:05:44 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 20 Dec 2001 21:05:44 -0000 Received: from redhat.com (rtl.cygnus.com [205.180.230.21]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id NAA20208 for ; Thu, 20 Dec 2001 13:05:42 -0800 (PST) Message-ID: <3C226039.A69E3D3F@redhat.com> Date: Thu, 20 Dec 2001 13:05:00 -0000 From: Tom Rix X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16-22 i686) X-Accept-Language: en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: PATCH : AIX build failure Content-Type: multipart/mixed; boundary="------------E4D9F46DDBC360535033DC99" X-SW-Source: 2001-12/txt/msg00532.txt.bz2 This is a multi-part message in MIME format. --------------E4D9F46DDBC360535033DC99 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-length: 175 This patch fixes a powerpc-ibm-aix4.3.3.0 build failure. config/powerpc/aix.mt now includes the same files as config/rs6000/aix4.mt - Tom Rix GCC Engineer trix@redhat.com --------------E4D9F46DDBC360535033DC99 Content-Type: text/plain; charset=us-ascii; name="gdb-config-001fa.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gdb-config-001fa.patch" Content-length: 617 2001-12-20 Tom Rix * config/powerpc/aix.mt (TDEPFILES): Add xcoffread.o to fix a build failure. diff -rcp src-old/gdb/config/powerpc/aix.mt src/gdb/config/powerpc/aix.mt *** src-old/gdb/config/powerpc/aix.mt Thu Dec 20 12:18:36 2001 --- src/gdb/config/powerpc/aix.mt Thu Dec 20 12:21:40 2001 *************** *** 1,3 **** # Target: PowerPC running AIX ! TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o solib.o solib-svr4.o TM_FILE= tm-ppc-aix.h --- 1,3 ---- # Target: PowerPC running AIX ! TDEPFILES= rs6000-tdep.o xcoffread.o ppc-linux-tdep.o solib.o solib-svr4.o TM_FILE= tm-ppc-aix.h --------------E4D9F46DDBC360535033DC99--