From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26935 invoked by alias); 5 Sep 2003 16:53:58 -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 26885 invoked from network); 5 Sep 2003 16:53:50 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 5 Sep 2003 16:53:50 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 449DB2B89; Fri, 5 Sep 2003 12:53:02 -0400 (EDT) Message-ID: <3F58BF6E.5060508@redhat.com> Date: Fri, 05 Sep 2003 16:53:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nick Clifton Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: Add support for V850E1 instructions to V850 sim References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00076.txt.bz2 > Hi Guys, > > I would like permission to contribute the following patch which adds > support for the V850E1 processor to the V850 simulator. The code > was written by Andrew Cagney and myself a while ago and Mitsubishi > have recently given us permission to contribute it. > > Cheers > Nick > > sim/v850/ChangeLog > 2003-09-05 Andrew Cagney > Nick Clifton > > * interp.c (sim_open): Accept bfd_mach_v850e1. > * v850-dc: Add entry for v850e1. > * v850.igen: Add support for v850e1. > Add code for DBTRAP and DBRET instructions. > (dbtrap): Create a separate v850e1 specific instruction. > Only generate a trap if the target is not the v850e1. > Otherwise treat it as a special kind of branch. > (break): Mark as v850/v850e specific. Yep. Andrew