3 * configure: Regenerate.
7 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
8 explicit call to AC_CONFIG_HEADER.
9 * configure: Regenerate.
13 * configure.ac: Update to use ../common/common.m4.
14 * configure: Re-generate.
18 * configure: Regenerated to track ../common/aclocal.m4 changes.
22 * configure.ac: Rename configure.in, require autoconf 2.59.
23 * configure: Re-generate.
27 * configure: Regenerate for ../common/aclocal.m4 update.
31 * interp.c (sim_load): Don't refer directly to _cooked_size and vma;
32 Use bfd_section_size and bfd_get_section_vma.
36 * interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
40 * configure: Regenerated to track ../common/aclocal.m4 changes.
44 * interp.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
48 * configure: Regenerated to track ../common/aclocal.m4 changes.
52 * interp.c (handle_trap1): Fix handling of fclose system call.
57 * interp.c (target_big_endian): New variable.
58 (mcore_extract_unsigned_integer, mcore_store_unsigned_integer,
59 wlat, rlat, sim_resume, sim_load): Add supprot for little
64 * interp.c (sim_resume): Do not rely upon host semantics of shift
65 operators to implement M*Core semantics.
69 * configure: Regenerated to track ../common/aclocal.m4 changes.
73 * sysdep.h: Do not define prototypes for memcpy and strchr if they
78 * interp.c (sim_resume): Add more tracing output.
82 * interp.c (NUM_MCORE_REGS): Increase by one to allow access to PC.
83 (sim_resume): Correct off by one instruction error when a breakpoint
88 * configure: Regenerated to track ../common/aclocal.m4 changes.
92 * interp.c (sim_resume): Record PC in case it is needed for error
93 messages and the original has been corrupted.
97 * interp.c (sim_resume): Fix typo 'oze' -> 'doze'.
98 (util): Handle 0x50FF stubs properly.
103 * interp.c (set_initial_gprs): Only display memory range if
104 verbose option has been set.
108 * interp.c: Add tracing and verbose options.
109 Fixed trap and syscall emulations.
113 * interp.c: New file: Simulator for MCore.
114 * sysdep.h: New file: Systems definitions for MCore simulator.
115 * configure.in: New file: Configure script for MCore simulator.
116 * configure: New file: Genreated.
117 * config,in: New file: Config support.
118 * Makefile.in: New file: Meta makefile for MCore simulator.