Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Elena Zannoni <ezannoni@redhat.com>
To: Andrew Volkov <Andrew.Volkov@transas.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [RFA] sim-h8300.h new file
Date: Mon, 22 Jul 2002 08:09:00 -0000	[thread overview]
Message-ID: <15676.5689.824821.788416@localhost.redhat.com> (raw)
In-Reply-To: <2E74F312D6980D459F3A05492BA40F8D0114CAC8@clue.transas.com>

Andrew Volkov writes:
 > Hi,
 > 
 > This patch prepared to fix ugly difference in sim and gdb
 > 
 > ok to commit?
 > 

The idea is good, however you should try to follow the same style that
sim-sh.h and sim-arm.h are using, in particular, look at the latest
patches and discussion for the sh file.

http://sources.redhat.com/ml/gdb-patches/2002-07/msg00393
This message addresses the same issues.

Elena


 > Andrey
 > 
 > Index: ./include/gdb/sim-h8300.h
 > ===================================================================
 > RCS file: ./include/gdb/sim-h8300.h
 > diff -N ./include/gdb/sim-h8300.h
 > --- /dev/null	1 Jan 1970 00:00:00 -0000
 > +++ ./include/gdb/sim-h8300.h	22 Jul 2002 13:30:08 -0000
 > @@ -0,0 +1,77 @@
 > +/* This file defines the interface between the sh simulator and gdb.
 > +   Copyright (C) 2002 Free Software Foundation, Inc.
 > +
 > +This file is part of GDB.
 > +
 > +This program is free software; you can redistribute it and/or modify
 > +it under the terms of the GNU General Public License as published by
 > +the Free Software Foundation; either version 2 of the License, or
 > +(at your option) any later version.
 > +
 > +This program is distributed in the hope that it will be useful,
 > +but WITHOUT ANY WARRANTY; without even the implied warranty of
 > +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 > +GNU General Public License for more details.
 > +
 > +You should have received a copy of the GNU General Public License
 > +along with this program; if not, write to the Free Software
 > +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 > */
 > +
 >  
 > +#if !defined (SIM_H8300_H)
 > +#define SIM_H8300_H
 > +  
 > +#ifdef __cplusplus
 > +extern "C" {// }
 > +#endif
 > +  
 > +/* The simulator makes use of the following register information. */ 
 > +  
 > +/* Registers common to all the H8 variants. */
 > +  enum
 > +  {
 > +    H8300_R0_REGNUM = 0,
 > +    H8300_R1_REGNUM,
 > +    H8300_R2_REGNUM,
 > +    H8300_R3_REGNUM,
 > +    H8300_R4_REGNUM,
 > +    H8300_R5_REGNUM,
 > +    H8300_R6_REGNUM,
 > +    H8300_R7_REGNUM,
 > +
 > +    H8300_PC_REGNUM,		/* Contains program counter */
 > +    H8300_CCR_REGNUM,		/* Contains processor status */
 > +    H8300_NUM_COMMON_REGS,
 > +
 > +    ARG_FIRST_REGNUM = H8300_R0_REGNUM,	/* first reg in which an arg
 > 
 > +					   may be passed */
 > +    ARG_LAST_REGNUM = H8300_R3_REGNUM,	/* last  reg in which an arg 
 > +					   may be passed */
 > +    H8300_FP_REGNUM = H8300_R6_REGNUM,	/* Contain address of executing 
 > +					   stack frame */
 > +    H8300_SP_REGNUM = H8300_R7_REGNUM	/* Contains address of top of stack
 > */
 > +  };
 > +
 > +  enum
 > +  {
 > +    H8300_S_EXR_REGNUM = H8300_NUM_COMMON_REGS,	/* Contains extended
 > 
 > +					           processor status  */
 > +    H8300_S_MACL_REGNUM,	/* Lower part of MAC register */
 > +    H8300_S_MACH_REGNUM,	/* High part of MAC register */
 > +
 > +    H8300_S_NUM_REGS
 > +  };
 > +
 > +  enum
 > +  {
 > +    H8300_SYM_CYCLE_REGNUM = H8300_S_NUM_REGS,
 > +    H8300_SYM_INST_REGNUM,
 > +    H8300_SYM_TICK_REGNUM,
 > +
 > +    H8300_SYM_NUM_REGS
 > +  };
 > +   
 > +#ifdef __cplusplus
 > +}
 > +#endif
 > + 
 > +#endif				/* SIM_H8300_H */


  reply	other threads:[~2002-07-22 14:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-22  7:28 Andrew Volkov
2002-07-22  8:09 ` Elena Zannoni [this message]
2002-07-22 11:12 Andrew Volkov
2002-07-23  4:13 Andrew Volkov
2002-07-24  6:14 ` Elena Zannoni
2002-07-29  4:03 Andrew Volkov
2002-07-29  9:02 ` Elena Zannoni
2002-07-29 10:04 Andrew Volkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15676.5689.824821.788416@localhost.redhat.com \
    --to=ezannoni@redhat.com \
    --cc=Andrew.Volkov@transas.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox