From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4453 invoked by alias); 6 Jan 2011 10:31:25 -0000 Received: (qmail 4445 invoked by uid 22791); 6 Jan 2011 10:31:25 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Jan 2011 10:31:21 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p06AVBc7015957 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 6 Jan 2011 05:31:11 -0500 Received: from [10.36.4.161] (vpn1-4-161.ams2.redhat.com [10.36.4.161]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p06AVAUp015592; Thu, 6 Jan 2011 05:31:10 -0500 Message-ID: <4D259A08.7020208@redhat.com> Date: Thu, 06 Jan 2011 10:31:00 -0000 From: Nick Clifton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 MIME-Version: 1.0 To: Zach Welch CC: binutils@sourceware.org Subject: Re: [PATCH] Decode all ARM unwind instructions in readelf References: <1291423323-31258-1-git-send-email-zwelch@codesourcery.com> <4D1CBF0B.9050901@codesourcery.com> In-Reply-To: <4D1CBF0B.9050901@codesourcery.com> 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: 2011-01/txt/msg00071.txt.bz2 Hi Zach, > Ping? It's worth noting that one of these newly decoded instructions can > be found in Linaro's libc.so.6, so they can appear in the wild. >> 2010-12-03 Zachary T Welch >> >> * readelf.c (decode_arm_unwind): Implement decoding of remaining >> ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX). Approved - please apply. Cheers Nick