From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2304 invoked by alias); 15 Dec 2012 13:12:44 -0000 Received: (qmail 2294 invoked by uid 22791); 15 Dec 2012 13:12:43 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 15 Dec 2012 13:12:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 591132E2C2 for ; Sat, 15 Dec 2012 08:12:38 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zc817EucG0zN for ; Sat, 15 Dec 2012 08:12:38 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DCB3F2E0E6 for ; Sat, 15 Dec 2012 08:12:37 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 06110C14DC; Sat, 15 Dec 2012 17:12:26 +0400 (RET) Date: Sat, 15 Dec 2012 13:12:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: checked in: Re: crash/regression with ia64 targets Message-ID: <20121215131226.GD3654@adacore.com> References: <1353404184-22073-1-git-send-email-yao@codesourcery.com> <50AFD573.1090601@gmail.com> <50B0ABF9.1080606@codesourcery.com> <20121213120528.GA19986@adacore.com> <50CA2027.5090006@redhat.com> <20121214151344.GA3654@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121214151344.GA3654@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00517.txt.bz2 > Attached is the patch I am currently testing. It already passed > testing on ia64-linux (ie: I reverted the patch triggering the > crash, ran the testsuite, then un-reverted it, and applied this > patch), no regression. It passesd testing on x64_64-linux as well. > > Testing on x86_64-darwin is under way, and I will add ppc-aix and > x86-windows using AdaCore's testsuite. > > But given the nature of the changes triggering the cross-platform > testing, I remain fairly confident of the results. Tested was succesful on all platforms. > gdb/ChangeLog: > > * symfile.c (syms_from_objfile_1): Renames syms_from_objfile. > Remove call to init_entry_point_info. Add OBJFILE's > section_offsets and num_sections initialization. Add note > about entry info in the function documentation. > (syms_from_objfile): New function. > * coffread.c (coff_symfile_init): Remove call to > init_entry_point_info. > * machoread.c (macho_symfile_init): Likewise. > * xcoffread.c(xcoff_symfile_init): Likewise. So, I have committed this patch. -- Joel