From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7645 invoked by alias); 5 Jun 2003 18:47:30 -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 7479 invoked from network); 5 Jun 2003 18:47:25 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 5 Jun 2003 18:47:25 -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 h55IlOH23285; Thu, 5 Jun 2003 14:47:25 -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 h55IlNT12024; Thu, 5 Jun 2003 14:47:23 -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 h55IlNw29921; Thu, 5 Jun 2003 11:47:23 -0700 Message-ID: <3EDF903A.5012BB47@redhat.com> Date: Thu, 05 Jun 2003 18:47:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Nick Clifton CC: kazu@cs.umass.edu, dvenkat@noida.hcltech.com, binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] h8300.h: Add AV_H8S access mode. References: <3EDD24DC.E844B4F8@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00210.txt.bz2 Nick Clifton wrote: > > Hi Michael, > > > * h8sx.h (enum h8_model): Add AV_H8S to distinguish from H8H. > > (ldc): Split ccr ops from exr ops (which are only available > > on H8S or H8SX). > > (stc): Ditto. > > (andc, orc, xorc): Ditto. > > (ldmac, stmac, clrmac, mac): Change access to AV_H8S. > > Approved - please apply. Committed.