9630918965
* 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.
7 lines
215 B
Mathematica
7 lines
215 B
Mathematica
# 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
|