From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21307 invoked by alias); 6 Nov 2002 21:35:15 -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 21300 invoked from network); 6 Nov 2002 21:35:13 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 6 Nov 2002 21:35:13 -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 gA6LCaw08385 for ; Wed, 6 Nov 2002 16:12:36 -0500 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 gA6LZBf02515; Wed, 6 Nov 2002 16:35:11 -0500 Received: from localhost.localdomain (vpn50-34.rdu.redhat.com [172.16.50.34]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gA6LZBT21246; Wed, 6 Nov 2002 16:35:11 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id gA6LZ5x32109; Wed, 6 Nov 2002 14:35:05 -0700 Date: Wed, 06 Nov 2002 13:35:00 -0000 From: Kevin Buettner Message-Id: <1021106213505.ZM32108@localhost.localdomain> In-Reply-To: Andrew Cagney "[patch] Fix build probs; change address_class* to pure multi-arch" (Oct 25, 11:59am) References: <3DB96A57.6050209@redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [patch] Fix build probs; change address_class* to pure multi-arch MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-11/txt/msg00129.txt.bz2 On Oct 25, 11:59am, Andrew Cagney wrote: > Per my suggestion to Kevin, this patch fixes the current build problems > with the non multi-arch targets. > http://sources.redhat.com/ml/gdb-patches/2002-10/msg00391.html Thanks! Kevin