summaryrefslogtreecommitdiff
path: root/sim/m68hc11
Commit message (Expand)AuthorAgeFilesLines
* Switch the license of all files explicitly copyright the FSFJoel Brobecker2007-08-2414-99/+85
* Copyright updates for 2007.Daniel Jacobowitz2007-01-0914-14/+16
* * config.in: Regenerate.Hans-Peter Nilsson2006-12-212-140/+66
* * common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.Richard Earnshaw2006-06-132-2/+7
* common/Daniel Jacobowitz2006-06-052-2/+88
* Configury changes: update src repository (binutils, gdb, and rda) to useDaniel Jacobowitz2006-05-312-2797/+17
* * configure: Regenerate.Hans-Peter Nilsson2006-03-292-3/+6
* From common/ChangeLog:Mark Kettenis2005-03-232-11/+23
* sim/common/ChangeLog:Jim Blandy2005-03-151-1/+12
* Index: arm/ChangeLogAndrew Cagney2005-01-143-178/+2940
* Index: sh/ChangeLogAndrew Cagney2005-01-122-3000/+415
* Index: m32r/ChangeLogAndrew Cagney2005-01-122-40/+48
* Index: arm/ChangeLogAndrew Cagney2005-01-103-2551/+7186
* * configure: Regenerate for ../common/aclocal.m4 update.Hans-Peter Nilsson2004-12-072-0/+10
* * interp.c (sim_prepare_for_program): Use bfd_get_section_sizeAlan Modra2004-06-152-2/+8
* * dv-m68hc11tim.c (cycle_to_string): Add flags parameter to betterStephane Carrez2003-08-088-65/+170
* * sim-main.h (phys_to_virt): Use memory bank parameters to translateStephane Carrez2003-08-085-25/+137
* * sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb.Stephane Carrez2003-08-082-2/+6
* * m68hc11_sim.c (print_io_word): New function to print 16-bit value.Stephane Carrez2003-08-084-4/+99
* * Makefile.in (SIM_EXTRA_CFLAGS): Set WITH_TARGET_ADDRESS_BITSIZEStephane Carrez2003-03-022-2/+14
* * interp.c (sim_fetch_register): Only store a single byte forStephane Carrez2003-03-012-2/+14
* Index: arm/ChangeLogAndrew Cagney2003-02-272-3/+8
* * dv-m68hc11eepr.c (struct m68hc11eepr ): Use const char* for filename.Stephane Carrez2002-08-132-3/+7
* * interp.c (sim_prepare_for_program): Look up the image for theStephane Carrez2002-08-132-1/+30
* * interp.c (sim_hw_configure): Return 1 for success.Stephane Carrez2002-08-132-3/+11
* Fix english and ChangeLog entryStephane Carrez2002-08-131-4/+1
* * dv-m68hc11.c (m68hc11cpu_io_read_buffer): Translate memoryStephane Carrez2002-08-133-1/+40
* * interp.c (sim_hw_configure): Connect port-X to cpu-write-port.Stephane Carrez2002-08-133-1/+23
* * dv-m68hc11.c (m68hc11cpu_io_write): Fix to update IO mappingStephane Carrez2002-08-132-2/+7
* * m68hc11_sim.c (cpu_special): Handle call and rtc instructions.Stephane Carrez2002-08-135-23/+137
* Import current --enable-gdb-build-warnings.Andrew Cagney2002-06-162-164/+217
* Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney2002-06-093-3/+8
* * m68hc11_sim.c (cpu_move8): Call sim_engine_abort in default case.Stephane Carrez2002-03-075-34/+76
* * interp.c (sim_hw_configure): Save the HW cpu pointer in theStephane Carrez2002-03-076-16/+579
* * sim-main.h (cpu_frame, cpu_frame_list): Remove.Stephane Carrez2002-03-074-248/+22
* * interrupts.c (interrupts_reset): New function, setup interruptStephane Carrez2002-03-074-24/+354
* * dv-m68hc11eepr.c (m68hc11eepr_info): Fix print of current writeStephane Carrez2001-07-282-5/+11
* * Makefile.in (SIM_OBJS): Remove sim-resume.oStephane Carrez2001-07-223-1/+88
* * Makefile.in (gencode): Provide explicit path to gencode.c.Andrew Cagney2001-07-102-1/+5
* Improve HC11 simulator to support HC12Stephane Carrez2001-05-206-201/+1710
* * dv-m68hc11sio.c (m68hc11sio_tx_poll): Always check forStephane Carrez2001-05-204-23/+63
* Preliminary support for 68HC12Stephane Carrez2000-11-266-16/+29
* Register a delete handler for 68HC11 core device nodeStephane Carrez2000-11-262-1/+19
* Fix device memory allocation in 68hc11 simulatorStephane Carrez2000-11-243-4/+10
* Missing Makefile.in for 68hc11 simulatorStephane Carrez2000-09-122-0/+64
* Remove soft reg hack in the 68hc11 simulatorStephane Carrez2000-09-103-60/+8
* Fix clearing of interrupts in 68hc11 simulatorStephane Carrez2000-09-102-4/+21
* * sim-main.h: Define cycle_to_string.Stephane Carrez2000-09-097-26/+70
* Fix 68hc11 timer device (accuracy, io, timer overflow)Stephane Carrez2000-09-062-115/+197
* Fix 68HC11 SPI simulatorStephane Carrez2000-09-052-8/+38