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: [PATCH] Add new model m32r2 of Renesas M32R.


ChangeLog/sim/m32r

2003-12-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

        * Makefile.in : Add new machine m32r2.
        * m32r2.c : New file for m32r2.
 * mloop2.in : Ditto
 * model2.c : Ditto
 * sem2-switch.c : Ditto
        * m32r-sim.h : Add EVB register.
        * sim-if.h : Ditto
        * sim-main.h : Ditto
        * traps.c : Ditto

Two questions?


- did I miss the file model2.c?
- does it build for you?  For --target=m32r-elf I see:

/home/scratch/GDB/src/sim/m32r/sim-main.h:64: parse error before `M32R2F_CPU_DATA'
/home/scratch/GDB/src/sim/m32r/sim-main.h:64: warning: no semicolon at end of struct or union
In file included from /home/scratch/GDB/src/sim/m32r/m32r2.c:25:
/home/scratch/GDB/src/sim/m32r/../common/cgen-mem.h: In function `GETMEMQI':
/home/scratch/GDB/src/sim/m32r/../common/cgen-mem.h:50: dereferencing pointer to incomplete type


Andrew



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