binutils-gdb/sim/m68hc11
Stephane Carrez 63f36def60 * m68hc11_sim.c (cpu_special): Handle call and rtc instructions.
* sim-main.h (M6812_CALL_INDIRECT): Add to enum.
	(m6811_regs): Add page register.
	(cpu_set_page, cpu_get_page): New macros.
	(phys_to_virt): New function.
	(cpu_get_indexed_operand_addr, cpu_return): Declare.
	* gencode.c: Identify indirect addressing mode for call and fix daa.
	(gen_function_entry): New param to tell if src8/dst8 locals are
	necessary.
	(gen_interpreter): Use it to avoid generation of unused variables.
	* interp.c (sim_fetch_register): Allow to read page register; page
	register, A, B and CCR are only 1 byte wide.
	(sim_store_register): Likewise for writing.
2002-08-13 07:46:09 +00:00
..
ChangeLog * m68hc11_sim.c (cpu_special): Handle call and rtc instructions. 2002-08-13 07:46:09 +00:00
config.in
configure Import current --enable-gdb-build-warnings. 2002-06-16 16:33:35 +00:00
configure.in
dv-m68hc11.c * m68hc11_sim.c (cpu_move8): Call sim_engine_abort in default case. 2002-03-07 19:17:04 +00:00
dv-m68hc11eepr.c
dv-m68hc11sio.c
dv-m68hc11spi.c * interp.c (sim_hw_configure): Save the HW cpu pointer in the 2002-03-07 19:12:44 +00:00
dv-m68hc11tim.c * m68hc11_sim.c (cpu_move8): Call sim_engine_abort in default case. 2002-03-07 19:17:04 +00:00
dv-nvram.c
emulos.c
gencode.c * m68hc11_sim.c (cpu_special): Handle call and rtc instructions. 2002-08-13 07:46:09 +00:00
interp.c * m68hc11_sim.c (cpu_special): Handle call and rtc instructions. 2002-08-13 07:46:09 +00:00
interrupts.c
interrupts.h
m68hc11_sim.c * m68hc11_sim.c (cpu_special): Handle call and rtc instructions. 2002-08-13 07:46:09 +00:00
Makefile.in Move include/callback.h and include/remote-sim.h to include/gdb/. 2002-06-09 15:45:54 +00:00
sim-main.h * m68hc11_sim.c (cpu_special): Handle call and rtc instructions. 2002-08-13 07:46:09 +00:00