From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: SuperH port Date: Sat, 18 Oct 2008 01:12:26 -0700 (PDT) Message-ID: <200810180812.m9I8CQWK017066@mothra.ics.uci.edu> 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 X-Trace: ger.gmane.org 1224317608 8459 80.91.229.12 (18 Oct 2008 08:13:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Oct 2008 08:13:28 +0000 (UTC) Cc: sh@gentoo.org, emacs@gentoo.org, Stefan Monnier , emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 18 10:14:27 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 1Kr6wq-00021F-RV for ged-emacs-devel@m.gmane.org; Sat, 18 Oct 2008 10:14:09 +0200 Original-Received: from localhost ([127.0.0.1]:50096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kr6vl-0002Iv-CP for ged-emacs-devel@m.gmane.org; Sat, 18 Oct 2008 04:13:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kr6vO-0002Fn-D5 for emacs-devel@gnu.org; Sat, 18 Oct 2008 04:12:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kr6vM-0002F2-BO for emacs-devel@gnu.org; Sat, 18 Oct 2008 04:12:37 -0400 Original-Received: from [199.232.76.173] (port=51938 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kr6vM-0002Ev-3q for emacs-devel@gnu.org; Sat, 18 Oct 2008 04:12:36 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:54323) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Kr6vM-0003ul-By for emacs-devel@gnu.org; Sat, 18 Oct 2008 04:12:36 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m9I8CQqN006469; Sat, 18 Oct 2008 01:12:26 -0700 (PDT) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id m9I8CQWK017066; Sat, 18 Oct 2008 01:12:26 -0700 (PDT) In-Reply-To: <18680.62723.402555.845019@a1ihome1.kph.uni-mainz.de> (Ulrich Mueller's message of "Fri, 17 Oct 2008 22:26:43 +0200") Original-Lines: 21 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: m9I8CQqN006469 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=0.521, required 5, autolearn=disabled, ALL_TRUSTED -1.44, URIBL_BLACK 1.96) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:104583 Archived-At: Ulrich Mueller writes: > emacs/ChangeLog entry: > > 2008-10-16 Ulrich Mueller > > * configure.in: Add support for GNU/Linux on SuperH. > > emacs/etc/ChangeLog entry: > > 2008-10-16 Ulrich Mueller > > * MACHINES: Add section for SuperH. > > emacs/src/ChangeLog entry: > > 2008-10-16 Ulrich Mueller > > * m/sh3.h: New file, machine description for SuperH. Thank you, I checked in a slightly simplified version of this.