mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-11 19:33:33 +08:00
b01a8697e2
* configure: Regenerate. * Makefile.in (SIM_OBJS): Add devices.o. * m32r-sim.h (m32r_devices): Renamed from m32r_mspr_device. (UART_*): Define m32r serial port parameters. (M32R_DEVICE_ADDR,M32R_DEVICE_LEN): Define. * m32r.c (device_io_{read,write}_buffer,device_error): Move from here, * devices.c: To here. * sim-if.c: Don't include signal.h,sim-core.h. (sim_open): Use M32R_DEVICE_{ADDR,LEN} in sim_core_attach call. (sim_resume): Call sim_module_{resume,suspend}. * m32r.c (m32r_h_cr_{get,set}): Use register number enums. * tconfig.in (SIM_HANDLES_LMA): Define. * sim-if.c (do_trap): Result is new pc. Handle --environment=operating. * sem-switch.c,sem.c: Regenerate. start-sanitize-m32rx * semx.c: Regenerate. end-sanitize-m32rx |
||
---|---|---|
.. | ||
.Sanitize | ||
arch.c | ||
arch.h | ||
ChangeLog | ||
configure | ||
configure.in | ||
cpu.h | ||
cpuall.h | ||
cpux.h | ||
decode.c | ||
decode.h | ||
decodex.c | ||
decodex.h | ||
extract.c | ||
m32r.c | ||
m32rx.c | ||
Makefile.in | ||
mloopx.in | ||
model.c | ||
modelx.c | ||
README | ||
readx.c | ||
sem-switch.c | ||
sem.c | ||
semx.c | ||
sim-if.c | ||
sim-main.h | ||
tconfig.in |
This is the m32r simulator directory. It is still work-in-progress.