From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: SuperH port Date: Sat, 18 Oct 2008 10:39:37 +0200 Message-ID: <18681.41161.844881.77637@a1ihome1.kph.uni-mainz.de> References: <18668.31387.21197.719443@a1ihome1.kph.uni-mainz.de> <200810081431.m98EVuUJ011805@mothra.ics.uci.edu> <18668.64085.372743.905358@a1ihome1.kph.uni-mainz.de> <18678.23984.801356.890460@a1ihome1.kph.uni-mainz.de> <200810152136.m9FLafBH009918@mothra.ics.uci.edu> <18679.26123.115502.647352@a1ihome1.kph.uni-mainz.de> <200810170604.m9H6405l013839@mothra.ics.uci.edu> <18680.62723.402555.845019@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224319202 12182 80.91.229.12 (18 Oct 2008 08:40:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Oct 2008 08:40:02 +0000 (UTC) Cc: sh@gentoo.org, Dan Nicolaescu , emacs-devel@gnu.org, Stefan Monnier , emacs@gentoo.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 18 10:41:01 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kr7Mp-0000jM-VM for ged-emacs-devel@m.gmane.org; Sat, 18 Oct 2008 10:41:00 +0200 Original-Received: from localhost ([127.0.0.1]:45023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kr7Lk-0002qZ-SZ for ged-emacs-devel@m.gmane.org; Sat, 18 Oct 2008 04:39:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kr7Lf-0002qL-Ug for emacs-devel@gnu.org; Sat, 18 Oct 2008 04:39:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kr7Le-0002q9-7H for emacs-devel@gnu.org; Sat, 18 Oct 2008 04:39:47 -0400 Original-Received: from [199.232.76.173] (port=39957 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kr7Le-0002q6-1i for emacs-devel@gnu.org; Sat, 18 Oct 2008 04:39:46 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:42950) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kr7Le-0007FB-F5 for emacs-devel@gnu.org; Sat, 18 Oct 2008 04:39:46 -0400 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id m9I8dcVK011688; Sat, 18 Oct 2008 10:39:38 +0200 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id m9I8dcGA030087; Sat, 18 Oct 2008 10:39:38 +0200 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id m9I8dbUF030082; Sat, 18 Oct 2008 10:39:37 +0200 In-Reply-To: X-Mailer: VM 8.0.2-487 under Emacs 22.2.1 (i686-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104585 Archived-At: >>>>> On Sat, 18 Oct 2008, Andreas Schwab wrote: >> (To add some confusion, endian.h then also defines _all_ four of >> __LITTLE_ENDIAN, LITTLE_ENDIAN, __BIG_ENDIAN, and BIG_ENDIAN, >> regardless of the machine's byte sex. Go figure.) > There is nothing wrong with that. They define the valid values for > BYTE_ORDER. I just noticed that m/xtensa.h is testing for __LITTLE_ENDIAN to determine byte order. Either this is not right, or it's a compiler-defined symbol there ... Ulrich