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: Thu, 9 Oct 2008 12:24:43 +0200 Message-ID: <18669.56299.22731.646280@a1i15.kph.uni-mainz.de> References: <18668.31387.21197.719443@a1ihome1.kph.uni-mainz.de> <200810081431.m98EVuUJ011805@mothra.ics.uci.edu> 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 1223547940 21788 80.91.229.12 (9 Oct 2008 10:25:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2008 10:25:40 +0000 (UTC) Cc: sh@gentoo.org, emacs@gentoo.org, emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 09 12:26:36 2008 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 1Knsin-0008WA-E7 for ged-emacs-devel@m.gmane.org; Thu, 09 Oct 2008 12:26:17 +0200 Original-Received: from localhost ([127.0.0.1]:54312 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Knshj-0004Jf-EV for ged-emacs-devel@m.gmane.org; Thu, 09 Oct 2008 06:25:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Knshb-0004II-W1 for emacs-devel@gnu.org; Thu, 09 Oct 2008 06:25:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnshX-0004Eu-J2 for emacs-devel@gnu.org; Thu, 09 Oct 2008 06:25:03 -0400 Original-Received: from [199.232.76.173] (port=42249 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnshX-0004Eg-Di for emacs-devel@gnu.org; Thu, 09 Oct 2008 06:24:59 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:50314) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KnshV-0000pk-3c for emacs-devel@gnu.org; Thu, 09 Oct 2008 06:24:57 -0400 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id m99AOi9S008084; Thu, 9 Oct 2008 12:24:44 +0200 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.2/8.13.4) with ESMTP id m99AOie7004091; Thu, 9 Oct 2008 12:24:44 +0200 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.2/8.14.2/Submit) id m99AOh8q004085; Thu, 9 Oct 2008 12:24:43 +0200 In-Reply-To: <200810081431.m98EVuUJ011805@mothra.ics.uci.edu> X-Mailer: VM 8.0.9 under Emacs 22.3.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:104434 Archived-At: >>>>> On Wed, 8 Oct 2008, Dan Nicolaescu wrote: >> +#define EXPLICIT_SIGN_EXTEND > Is this needed? Please test without it. >> +#define VIRT_ADDR_VARIES > Is this needed? Please test without it. Tested again, and it also works with both lines changed to #undef. Ulrich