aboutsummaryrefslogtreecommitdiff
path: root/include/gdb/sim-sh.h
AgeCommit message (Collapse)AuthorFilesLines
2002-07-17include/gdb:Joern Rennecke1-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-102002-05-10 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+54
* sim-sh.h: New file, for sh gdb<->sim interface.