From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4714 invoked by alias); 9 Aug 2005 08:59:45 -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 4644 invoked by uid 22791); 9 Aug 2005 08:59:37 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 09 Aug 2005 08:59:37 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j798xZFD020272; Tue, 9 Aug 2005 04:59:35 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j798xXV19849; Tue, 9 Aug 2005 04:59:34 -0400 Received: from [172.31.0.98] (vpn83-138.boston.redhat.com [172.16.83.138]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j798xQqh030670; Tue, 9 Aug 2005 09:59:29 +0100 Message-ID: <42F871E4.8030906@redhat.com> Date: Tue, 09 Aug 2005 16:37:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: Rodney Brown CC: gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: Patch to bfd/aix5ppc-core.c for gdb-6.3 with gcc 4 on AIX5.1 References: <4F3B985B8E683C45B8C5F76B7AAB5AE52591C5@EXCHANGE.bravurasolutions.local> In-Reply-To: <4F3B985B8E683C45B8C5F76B7AAB5AE52591C5@EXCHANGE.bravurasolutions.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-08/txt/msg00095.txt.bz2 Hi Rodney, > So maybe > > The core_hdr() macro is no longer used here because it would > expand to code relying on gcc's cast-as-lvalue extension, removed in gcc > 4.0. I have checked the patch in with this rewording. Cheers Nick