This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/m32r] revised m32r-linux patch


Mark and Eli,

Thank you for your comments. 

I fixed my patch. A list of changes are below.

- Replace TM_FILE with DEPRECATED_TM_FILE
- Use config/tm-linux.h instead of confif/m32r/tm-linux.h
- Remove config/m32r/tm-linux.h and config/m32r/m32r.mh
- Add m32r-linux-nat.c and m32r-linux-tdep.c to config/djgpp/fnchange.lst
- Stop using linux-proc.c

OK to commit now?


2004-09-30    Kei Sakamoto  <sakamoto.kei@renesas.com>

    Add m32r-linux support.
    * configure.tgt: Add m32r*-*-linux*.
    * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
    and m32r-linux-tdep.c.
    (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
    * m32r-tdep.c: Move some definitions to m32r-tdep.h.
    * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
    m32r-linux-tdep.c.
    * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
    config/m32r/linux.mh, config/m32r/linux.mt,
    config/m32r/nm-linux.h: New files.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]