From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19296 invoked by alias); 23 Aug 2004 21:06:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19287 invoked from network); 23 Aug 2004 21:06:38 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 23 Aug 2004 21:06:38 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i7NL6Xe1011832 for ; Mon, 23 Aug 2004 17:06:33 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i7NL6Xa14780; Mon, 23 Aug 2004 17:06:33 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i7NL6Ww19245; Mon, 23 Aug 2004 17:06:32 -0400 Received: from greed.delorie.com (localhost [127.0.0.1]) by greed.delorie.com (8.12.11/8.12.10) with ESMTP id i7NL6Wro013348; Mon, 23 Aug 2004 17:06:32 -0400 Received: (from dj@localhost) by greed.delorie.com (8.12.11/8.12.11/Submit) id i7NL6WDp013344; Mon, 23 Aug 2004 17:06:32 -0400 Date: Mon, 23 Aug 2004 21:06:00 -0000 Message-Id: <200408232106.i7NL6WDp013344@greed.delorie.com> From: DJ Delorie To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <412A56B5.1020708@gnu.org> (message from Andrew Cagney on Mon, 23 Aug 2004 16:42:29 -0400) Subject: Re: [patch] sim/sh: fix movua for little endian References: <200408131934.i7DJYbYX021478@greed.delorie.com> <412A49B0.7020304@gnu.org> <200408232022.i7NKM0H9030020@greed.delorie.com> <412A56B5.1020708@gnu.org> X-SW-Source: 2004-08/txt/msg00630.txt.bz2 > Doh (I thought there was a test directory but missed it)! Can you > extend that test then? Oddly, the test passes. Apparently, the simulator harness doesn't pass the endianness flags to as/ld, so it's always assembled in big endian mode.