aboutsummaryrefslogtreecommitdiff
path: root/gdb/mn10300-tdep.h
AgeCommit message (Collapse)AuthorFilesLines
2005-09-08Add am33-2 support to mn10300-tdep.c.Kevin Buettner1-2/+1
2005-09-02 * mn10300-linux-tdep.c: New file.Kevin Buettner1-2/+5
* Makefile.in (mn10300-linux-tdep.o): New Makefile target. * config/mn10300/linux.mt (TDEPFILES): Add mn10300-linux-tdep.o and corelow.o. * mn10300-tdep.h (E_E8_REGNUM, E_E9_REGNUM, E_E10_REGNUM) (E_FPCR_REGNUM, E_FS0_REGNUM): New constants.
2005-06-282005-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder1-2/+2
* config/mn10300/linux.mt: New file. * configure.tgt: Add rule for am33 / mn10300-linux. * mn10300-tdep.c, mn10300-tdep.h: Bump copyright year.
2005-04-182005-04-18 Michael Snyder <msnyder@redhat.com>Michael Snyder1-5/+19
* mn10300-tdep.c: Assimilate code from mn10300-prologue.c. * mn10300-prologue.c: Remove. * mn10300-tdep.h: Add enums from mn10300-prologue.c. Remove prototypes. * config/mn10300/mn10300.mt: Remove mn10300-prologue module.
2005-03-052005-03-04 Michael Snyder <msnyder@redhat.com>Michael Snyder1-3/+38
* mn10300-prologue.c: New file. Prologue analysis. * mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h. (mn10300_frame_unwind_cache): Don't call trad_frame_set_id until after analyze_prologue, and don't call trad_frame_set_base at all (let analyze_prologue do it).
2004-12-112004-12-10 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+31
* mn10300-tdep.c: New file. This is a re-implementation of the mn10300 target back-end using the new frame api etc. * mn10300-tdep.h: New file. * config/mn10300/mn10300.mt: New file (or replace old file). * configure.tgt: Add mn10300 target.