From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22981 invoked by alias); 15 Mar 2013 16:25:33 -0000 Received: (qmail 22947 invoked by uid 22791); 15 Mar 2013 16:25:26 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,TW_GJ,TW_TJ 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; Fri, 15 Mar 2013 16:25:17 +0000 Received: by topped-with-meat.com (Postfix, from userid 5281) id EED6D2C0B2; Fri, 15 Mar 2013 09:25:16 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: "Joseph S. Myers" Cc: Subject: Re: [PATCH 1/2 roland/arm-sfi-macros] ARM: sfi_breg assembler macro In-Reply-To: Joseph S. Myers's message of Friday, 15 March 2013 01:49:14 +0000 References: <20130313230841.B880B2C097@topped-with-meat.com> Message-Id: <20130315162516.EED6D2C0B2@topped-with-meat.com> Date: Fri, 15 Mar 2013 16: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=IEtYDfSVhg8A:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=clGTPxM4tGMA:10 a=KP7OeLRCm0_6IgHGuGcA: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/msg00142.txt.bz2 > OK, supposing that the changes to the iWMMXt code in setjmp / longjmp are > deliberate to avoid potential confusion from parts of a source file using > this pattern and other parts not using it. Yes, that was the intent (and I might not have bothered if there had been a lot more code to touch). > (Given that the document pointed to implies that NaCl will define > ARM_ASSUME_NO_IWMMXT, so the iWMMXt code won't ever actually be built > with the non-null version of this macro.) That's correct. Thanks, Roland