From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7511 invoked by alias); 24 Dec 2007 16:52:29 -0000 Received: (qmail 7503 invoked by uid 22791); 24 Dec 2007 16:52:29 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 24 Dec 2007 16:52:22 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id lBOGqK9e027006; Mon, 24 Dec 2007 11:52:20 -0500 Received: from pobox.fab.redhat.com (pobox.fab.redhat.com [10.33.63.12]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lBOGqJW2026890; Mon, 24 Dec 2007 11:52:19 -0500 Received: from [10.32.4.26] (vpn-4-26.str.redhat.com [10.32.4.26]) by pobox.fab.redhat.com (8.13.1/8.13.1) with ESMTP id lBOGqIBQ006861; Mon, 24 Dec 2007 11:52:18 -0500 Message-ID: <476FE3CE.4040407@redhat.com> Date: Mon, 24 Dec 2007 16:52:00 -0000 From: Nick Clifton User-Agent: Thunderbird 1.5.0.12 (X11/20071018) MIME-Version: 1.0 To: "H.J. Lu" CC: binutils@sources.redhat.com Subject: Re: PATCH: PR binutils/5488: strip doesn't handle PT_NOTE segment properly References: <20071220150933.GA11560@lucon.org> <20071220155403.GA31192@lucon.org> In-Reply-To: <20071220155403.GA31192@lucon.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00142.txt.bz2 Hi H.J. > 2007-12-20 H.J. Lu > > PR binutils/5488 > * elf.c (IS_NOTE): New. > (IS_COREFILE_NOTE): Use IS_NOTE. > (IS_SECTION_IN_INPUT_SEGMENT): Use IS_NOTE instead of > IS_COREFILE_NOTE. > > ld/testsuite/ > > 2007-12-20 H.J. Lu > > PR binutils/5488 > * ld-elf/note-2.d: New. > * ld-elf/note-2.s: Likewise. > * ld-elf/note-2.t: Likewise. Approved - please apply. Cheers Nick