From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21202 invoked by alias); 11 Mar 2013 21:25:16 -0000 Received: (qmail 21184 invoked by uid 22791); 11 Mar 2013 21:25:15 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,TW_BJ X-Spam-Check-By: sourceware.org Received: from toast.topped-with-meat.com (HELO topped-with-meat.com) (204.197.218.159) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Mar 2013 21:25:12 +0000 Received: by topped-with-meat.com (Postfix, from userid 5281) id 004662C08D; Mon, 11 Mar 2013 14:25:11 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: "Carlos O'Donell" Cc: Joseph Myers , libc-ports@sourceware.org Subject: Re: [PATCH roland/arm-unified] ARM: Convert string/ assembly to unified syntax. In-Reply-To: Carlos O'Donell's message of Monday, 11 March 2013 17:19:26 -0400 <513E4A5E.6020404@redhat.com> References: <20130311182236.CAA382C071@topped-with-meat.com> <513E4A5E.6020404@redhat.com> Message-Id: <20130311212512.004662C08D@topped-with-meat.com> Date: Mon, 11 Mar 2013 21:25:00 -0000 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=LYSvtFvi c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=CZaxcn6UWecA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=zfoKA7CH-WwA:10 a=EXdZ9XjedMA8asp0XLoA:9 a=CjuIK1q_8ugA:10 X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2013-03/txt/msg00100.txt.bz2 > When you verified the assembled instructions were unchanged did > you look to see that the opcodes were the same or that disassembling > the result yielded the same previously disassembled instructions? Both: I compared the output of objdump -rd and there were no differences at all. That compared both the disassembly and the hex bytes.