From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7494 invoked by alias); 14 Mar 2014 12:35:11 -0000 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 Received: (qmail 7481 invoked by uid 89); 14 Mar 2014 12:35:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mailout4.w1.samsung.com Received: from mailout4.w1.samsung.com (HELO mailout4.w1.samsung.com) (210.118.77.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (DES-CBC3-SHA encrypted) ESMTPS; Fri, 14 Mar 2014 12:35:08 +0000 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout4.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0N2F00970EYGAQA0@mailout4.w1.samsung.com> for binutils@sourceware.org; Fri, 14 Mar 2014 12:35:04 +0000 (GMT) Received: from eusync2.samsung.com ( [203.254.199.212]) by eucpsbgm1.samsung.com (EUCPMTA) with SMTP id BA.53.23059.777F2235; Fri, 14 Mar 2014 12:35:03 +0000 (GMT) Received: from [106.109.8.100] by eusync2.samsung.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPA id <0N2F003IBEYFRA80@eusync2.samsung.com>; Fri, 14 Mar 2014 12:35:03 +0000 (GMT) Message-id: <5322F77C.6060604@samsung.com> Date: Fri, 14 Mar 2014 12:35:00 -0000 From: Yury Gribov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-version: 1.0 To: Nicholas Clifton , "binutils@sourceware.org" Cc: Viacheslav Garbuzov , Pavel Fedin Subject: Re: [PATCH] Pretty-printing plt entries on ARM (second try) References: <53202473.1040009@samsung.com> <5322E8E0.10907@redhat.com> In-reply-to: <5322E8E0.10907@redhat.com> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00159.txt.bz2 > Why does your patch not support Thumb2 PLT entries ? > Support for them was recently added and > I see no reason why they should not be supported as well. The one and only reason is that code to analyze them would probably be rather ugly (I need to mask out imm which is spread all across instruction). I can add it if you find it necessary. -Y