summaryrefslogtreecommitdiffstats
path: root/include/gdb/sim-sh.h
Commit message (Collapse)AuthorAgeFilesLines
* * sim-sh.h: Add new sh2a banked registers.Corinna Vinschen2004-09-081-3/+12
|
* include/gdb:Joern Rennecke2002-07-171-18/+125
| | | | | | | | | | | | * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp, renumbering the sh-dsp registers to use distinct numbers. sim/sh: * Makefile.in (interp.o): Depend on $(srcroot)/include/gdb/sim-sh.h. * interp.c: Include "gdb/sim-sh.h". (sim_store_register, sim_fetch_register): Use constants defined there. gdb: * sh-tdep.c (sh_dsp_register_sim_regno): New function. (sh_gdbarch_init): Use it for sh-dsp.
* 2002-05-10 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-05-101-0/+54
* sim-sh.h: New file, for sh gdb<->sim interface.