From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25637 invoked by alias); 30 Jul 2002 20:00:00 -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 25630 invoked from network); 30 Jul 2002 19:59:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 30 Jul 2002 19:59:58 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g6UJlfl14603 for ; Tue, 30 Jul 2002 15:47:41 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g6UJxuu25634 for ; Tue, 30 Jul 2002 15:59:56 -0400 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6UJxtm27000 for ; Tue, 30 Jul 2002 12:59:55 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g6UJxr017094 for gdb-patches@sources.redhat.com; Tue, 30 Jul 2002 12:59:53 -0700 Date: Tue, 30 Jul 2002 13:16:00 -0000 From: Kevin Buettner Message-Id: <1020730195950.ZM17093@localhost.localdomain> In-Reply-To: Kevin Buettner "[PATCH RFC] AIX thread support configury changes" (Jul 26, 5:27pm) References: <1020727002735.ZM20090@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFC] AIX thread support configury changes MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00602.txt.bz2 On Jul 26, 5:27pm, Kevin Buettner wrote: > The patch below enables AIX thread support provided by aix-thread.c. > I'll wait a few days for objections before committing it. > > * Makefile.in (rs6000-nat.o): Update dependencies. > > From Nicholas Duffek: > * Makefile.in (ALLDEPFILES): Add aix-thread.c. > (aix-thread.o): New rule. > * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+. > * config/powerpc/aix432.mh: New file. Committed. Kevin