From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31936 invoked by alias); 4 Dec 2007 13:34:00 -0000 Received: (qmail 31928 invoked by uid 22791); 4 Dec 2007 13:33:59 -0000 X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Dec 2007 13:33:55 +0000 Received: from dijkstra.wildebeest.org ([192.168.1.29]) by gnu.wildebeest.org with esmtp (Exim 4.63) (envelope-from ) id 1IzXuJ-0003HV-RM; Tue, 04 Dec 2007 14:33:52 +0100 Subject: Re: [SCM] master: Updating register group names. From: Mark Wielaard To: frysk@sourceware.org Cc: Jose Flavio Aguilar Paulino In-Reply-To: <20071204110100.9581.qmail@sourceware.org> References: <20071204110100.9581.qmail@sourceware.org> Content-Type: text/plain Date: Tue, 04 Dec 2007 13:34:00 -0000 Message-Id: <1196775231.3808.2.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 (2.12.1-3.fc8) Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00201.txt.bz2 Hi Jose, On Tue, 2007-12-04 at 11:01 +0000, jflavio@sourceware.org wrote: > Author: Jose Flavio Aguilar Paulino > Date: Tue Dec 4 08:45:03 2007 -0200 > > Updating register group names. This does break one test: testToString(frysk.isa.TestISA)junit.framework.ComparisonFailure: toString expected:<...> but was:<...32BE> > public static final ISA PPC32BE > - = new ISA(ByteOrder.BIG_ENDIAN, 4, "PowerPC"); > + = new ISA(ByteOrder.BIG_ENDIAN, 4, "PowerPC32BE"); > public static final ISA PPC64BE > - = new ISA(ByteOrder.BIG_ENDIAN, 8, "PowerPC"); > + = new ISA(ByteOrder.BIG_ENDIAN, 8, "PowerPC64BE"); I am not sure what the right String is. But it should be similar in both the isa and the test. Cheers, Mark