From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17298 invoked by alias); 19 Sep 2002 06:49:02 -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 17287 invoked from network); 19 Sep 2002 06:49:00 -0000 Received: from unknown (HELO www.lampret.com) (193.189.173.98) by sources.redhat.com with SMTP; 19 Sep 2002 06:49:00 -0000 Received: from vili ([212.118.94.130]) by www.lampret.com (8.11.6/8.11.6) with ESMTP id g8J9TiQ05429; Thu, 19 Sep 2002 08:29:44 -0100 Content-Type: text/plain; charset="iso-8859-1" From: Marko Mlinar To: Andrew Cagney Subject: Re: Merging OC gdb with official gdb Date: Wed, 18 Sep 2002 23:49:00 -0000 User-Agent: KMail/1.4.1 Cc: gdb-patches@sources.redhat.com References: <200209041256.47379.markom@opencores.org> <200209171444.53129.markom@opencores.org> <3D88DB1D.8050807@ges.redhat.com> In-Reply-To: <3D88DB1D.8050807@ges.redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200209190849.10674.markom@opencores.org> X-SW-Source: 2002-09/txt/msg00456.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=20 (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. Marko