From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22365 invoked by alias); 29 Nov 2004 04:15:11 -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 22337 invoked from network); 29 Nov 2004 04:15:07 -0000 Received: from unknown (HELO www.eyesopen.com) (208.41.78.163) by sourceware.org with SMTP; 29 Nov 2004 04:15:07 -0000 Received: from localhost (roger@localhost) by www.eyesopen.com (8.11.6/8.11.6) with ESMTP id iAT2ui505216; Sun, 28 Nov 2004 19:56:44 -0700 Date: Mon, 29 Nov 2004 04:15:00 -0000 From: Roger Sayle To: Elena Zannoni cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] PR symtab/1651: core dump reading xlc compiled binaries In-Reply-To: <16810.33894.990791.300926@localhost.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-11/txt/msg00505.txt.bz2 On Sun, 28 Nov 2004, Elena Zannoni wrote: > Here is my version of the patch, let me know if it works for you and > I'll commit it. Many thanks. I can confirm that your patch fixes the segmentation fault loading an xlc-compiled gcc/cc1 on powerpc-ibm-aix5.2.0.0 when applied to gdb 6.3.50_2004-11-29-cvs. Thanks again, Roger --