From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2405 invoked by alias); 4 Oct 2003 11:19:06 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 2398 invoked from network); 4 Oct 2003 11:19:05 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 4 Oct 2003 11:19:05 -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 h94BJ4102813 for ; Sat, 4 Oct 2003 07:19:05 -0400 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 h94BJ4c14161; Sat, 4 Oct 2003 07:19:04 -0400 Received: from localhost.localdomain.redhat.com (vpn50-15.rdu.redhat.com [172.16.50.15]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h94BJ1be028957; Sat, 4 Oct 2003 07:19:03 -0400 To: Nathan Sidwell Cc: binutils@sources.redhat.com, Ian Lance Taylor Subject: Re: patch ping References: <3F7C42E5.1020507@codesourcery.com> From: Nick Clifton Date: Sat, 04 Oct 2003 11:19:00 -0000 In-Reply-To: <3F7C42E5.1020507@codesourcery.com> (Nathan Sidwell's message of "Thu, 02 Oct 2003 16:23:17 +0100") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-10/txt/msg00102.txt.bz2 Hi Nathan, > bfd/Changelog: > 2003-09-18 Nathan Sidwell > > * libbfd-in.h (_bfd_link_section_stabs): Add string offset > parameter. > * cofflink.c (coff_link_add_symbols): Deal with split stab > sections. > * elflink.h (elf_link_add_object_symbols): Deal with split stab > sections. > * stabs.c (_bfd_link_section_stabs): Add string offset parameter. > * libbfd.h: Regenerated. > > ld/ChangeLog: > 2003-09-18 Nathan Sidwell > > * ldwrite.c (unsplittable_name): New. > (clone_section): Strip existing numeric suffix. Only truncate names > for coff targets. > (split_sections): Use unsplittable_name. > > binutils/ChangeLog: > 2003-09-18 Nathan Sidwell > > * objdump.c (read_section_stabs): Just read one section, return > pointer to it. Add size parameter. > (print_section_stabs): Add string offset parameter. Adjust. > (struct stab_section_names): Add string offset member. > (find_stabs_sections): Correct check for split section suffix, > adjust read_section_stabs and print_section_stabs calls. > (dump_stabs_section): Clear string_offset, free string table. Approved - please apply. [Sorry for the delay in approving]. Cheers Nick