2006-04-20 Michael Snyder <msnyder@redhat.com>
* 2006-03-22 Jim Blandy <jimb@redhat.com> Add support for the Renesas M32C and M16C. * configure.tgt (m32c-*-*): New entry. * config/m32c/m32c.mt: New file. * m32c-tdep.c: New file. * Makefile.in (elf_m32c_h): New variable. (m32c-tdep.o): New rule. * NEWS: Mention new target. * MAINTAINERS: Designate Jim Blandy as responsible maintainer.
This commit is contained in:
parent
9d54351548
commit
9630918965
6 changed files with 2577 additions and 0 deletions
7
gdb/config/m32c/m32c.mt
Normal file
7
gdb/config/m32c/m32c.mt
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Target: Renesas M32C family
|
||||
TDEPFILES = m32c-tdep.o prologue-value.o
|
||||
|
||||
# There may also be a SID / CGEN simulator for this, but we do have DJ
|
||||
# Delorie's mini-sim.
|
||||
SIM_OBS = remote-sim.o
|
||||
SIM = ../sim/m32c/libsim.a
|
Loading…
Add table
Add a link
Reference in a new issue