From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9147 invoked by alias); 2 Oct 2002 23:07:35 -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 9140 invoked from network); 2 Oct 2002 23:07:34 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 2 Oct 2002 23:07:34 -0000 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 54BC08000E1; Wed, 2 Oct 2002 19:07:34 -0400 (EDT) Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 12F203ED5; Wed, 2 Oct 2002 19:07:38 -0400 (EDT) Message-ID: <3D9B7C39.5080502@redhat.com> Date: Wed, 02 Oct 2002 16:07:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marko Mlinar Cc: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: Merging OC gdb with official gdb References: <200209041256.47379.markom@opencores.org> <200209171444.53129.markom@opencores.org> <3D88DB1D.8050807@ges.redhat.com> <200209190849.10674.markom@opencores.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00085.txt.bz2 >> > I've prepared preliminary patch (current version) port for or1k cpu (see >> > below). >> > There are also attached files, that should be added: >> > gdb/or1k-tdep.c (target description file) >> > gdb/remote-or1k.c (proprietary jtag protocol) >> > gdb/jtag.c (remote jtag communication client) >> > gdb/config (dir) >> > gdb/config/or32.mt (target definition) >> > gdb/config/tm-or1k.h (or1k architecture macros) >> > gdb/config/tm-or32.h (or32 implementation target macros) >> > >> > Originaly it was written for gdb-5.0, but recently we wanted to join it >> > with official release, so I coded the macros in gdbarch. > >> >> Yep, we're getting there. Before anything else, the file jtag.c: > >> > /* Remote debugging interface for JTAG debugging protocol. >> > JTAG connects to or1k target ops. See or1k-tdep.c >> > >> > Copyright 1993-1995, 2000 Free Software Foundation, Inc. >> > Contributed by Cygnus Support. Written by Marko Mlinar >> > >> > Areas noted by (CZ) were modified by Chris Ziomkowski >> > > >> >> I don't see any paper work for ChrisZ. Lets separate out this file and >> any thing related (remote-or1k.c?) and leave it for later. > > CZ did some small changes to my code. AFAIK this is not a problem, right? > You can also check our cvs > (http://www.opencores.org/cvsweb.shtml/or1k/binutils/) for his updates. > > >> (It also wasn't contributed by Cygnus Support.) > > sorry ;) I copied this header from somewhere and forgot to correct it. I'm about to go walkabout which means somewhat sporadic e-mail. I'll pick this part up in a few weeks :-( (unless someone else wants to). Andrew