From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23513 invoked by alias); 2 Dec 2002 16:17:30 -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 23496 invoked from network); 2 Dec 2002 16:17:21 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (205.232.38.116) by sources.redhat.com with SMTP; 2 Dec 2002 16:17:21 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id C70F0D2D29; Mon, 2 Dec 2002 08:17:20 -0800 (PST) Date: Mon, 02 Dec 2002 08:17:00 -0000 From: Joel Brobecker To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] AiX: enable thread support only if libpthdebug is recent enough Message-ID: <20021202161720.GC1186@gnat.com> References: <20021128051647.GX1259@gnat.com> <20021128051817.GY1259@gnat.com> <1021202145422.ZM4514@localhost.localdomain> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline In-Reply-To: <1021202145422.ZM4514@localhost.localdomain> User-Agent: Mutt/1.4i X-SW-Source: 2002-12/txt/msg00020.txt.bz2 --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 381 > Would you mind adding a comment to aix432.mh which indicates that > aix-thread.o is pulled in via configure? Sure, I made the following change (head and branch): 2002-12-02 J. Brobecker * config/powerpc/aix432.mh (NATDEPFILES): Add a comment explaining why aix-thread.o is not listed. Let me know if any adjustment is needed. -- Joel --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="aix432.diff" Content-length: 552 Index: aix432.mh =================================================================== RCS file: /cvs/src/src/gdb/config/powerpc/aix432.mh,v retrieving revision 1.2 diff -c -r1.2 aix432.mh *** aix432.mh 29 Nov 2002 00:29:28 -0000 1.2 --- aix432.mh 2 Dec 2002 15:21:11 -0000 *************** *** 3,8 **** --- 3,10 ---- XM_FILE= xm-aix.h NAT_FILE= nm-aix.h + + # aix-thread.o is not listed in NATDEPFILES as it is pulled in by configure. NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o \ rs6000-nat.o xcoffread.o xcoffsolib.o --UugvWAfsgieZRqgk--