From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWbHD-0007Uv-VH for qemu-devel@nongnu.org; Mon, 31 Aug 2015 22:26:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWbH9-0004cG-Sz for qemu-devel@nongnu.org; Mon, 31 Aug 2015 22:26:23 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:34252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWbH9-0004bk-M0 for qemu-devel@nongnu.org; Mon, 31 Aug 2015 22:26:19 -0400 Received: by pabzx8 with SMTP id zx8so158818937pab.1 for ; Mon, 31 Aug 2015 19:26:18 -0700 (PDT) Sender: Richard Henderson References: <1440433079-14458-1-git-send-email-rth@twiddle.net> <1440433079-14458-17-git-send-email-rth@twiddle.net> From: Richard Henderson Message-ID: <55E50CC8.7000202@twiddle.net> Date: Mon, 31 Aug 2015 19:26:16 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v14 16/33] target-tilegx: Handle most bit manipulation instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "walt@tilera.com" , Chris Metcalf , QEMU Developers , Chen Gang On 08/29/2015 08:26 AM, Peter Maydell wrote: > Incidentally I deduce that we're not planning to support bigendian > mode? *shrug* I hadn't thought about it. Little-endian seems to be the default for the toolchain. The pre-built userland available for download only contains little-endian code. r~