From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15656 invoked by alias); 13 Apr 2003 16:51:13 -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 15649 invoked from network); 13 Apr 2003 16:51:13 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Apr 2003 16:51:13 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h3DGpDD22387 for ; Sun, 13 Apr 2003 12:51:13 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h3DGpBW31679; Sun, 13 Apr 2003 12:51:12 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h3DGpBS17015; Sun, 13 Apr 2003 09:51:11 -0700 Message-ID: <3E99957F.EE6277EE@redhat.com> Date: Sun, 13 Apr 2003 16:51:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Kazu Hirata CC: gdb-patches@sources.redhat.com, dvenkat@noida.hcltech.com, avolkov@transas.com Subject: Re: [PATCH] h8300-elf-sim: ldc/stc instructions References: <3E9267F7.DCC8DB1F@redhat.com> <20030412.165450.07641504.kazu@cs.umass.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00270.txt.bz2 Kazu Hirata wrote: > > Hi Michael, > > > This patch fixes up some transpositions of the SRC and DST flags in > > ldc and stc. > > This is OK. Thanks, committed.