From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28191 invoked by alias); 27 Jun 2003 17:02:56 -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 28165 invoked from network); 27 Jun 2003 17:02:55 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 27 Jun 2003 17:02:55 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5RH2tH22087 for ; Fri, 27 Jun 2003 13:02:55 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5RH2tI29742 for ; Fri, 27 Jun 2003 13:02:55 -0400 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5RH2s211856 for ; Fri, 27 Jun 2003 13:02:55 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id 8B8172CA3B; Fri, 27 Jun 2003 13:09:45 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16124.31321.401483.631867@localhost.redhat.com> Date: Fri, 27 Jun 2003 17:02:00 -0000 To: gdb-patches@sources.redhat.com Subject: [PATCH] add linux-nat.o to ppc64 builds X-SW-Source: 2003-06/txt/msg00818.txt.bz2 I think this qualifies as obvious. Fixes a build problem on ppc64 hosts. I am checking this in the branch and mainline. elena 2003-06-27 Elena Zannoni * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o. Index: ppc64-linux.mh =================================================================== RCS file: /cvs/uberbaum/gdb/config/powerpc/ppc64-linux.mh,v retrieving revision 1.2 diff -u -p -r1.2 ppc64-linux.mh --- ppc64-linux.mh 12 Jun 2003 23:30:39 -0000 1.2 +++ ppc64-linux.mh 27 Jun 2003 17:01:05 -0000 @@ -6,7 +6,7 @@ XM_CLIBS= NAT_FILE= nm-ppc64-linux.h NATDEPFILES= infptrace.o inftarg.o fork-child.o linux-proc.o \ ppc-linux-nat.o proc-service.o thread-db.o lin-lwp.o \ - gcore.o + gcore.o linux-nat.o # The PowerPC has severe limitations on TOC size, and uses them even # for non-PIC code. GDB overflows those tables when compiling with