bfd:
[deliverable/binutils-gdb.git] / sim / ChangeLog
index c7dc33d12ac8b66817eb14389449ef805e6ff059..74f81a7b8a40c6e078a0c49502a1150b682c4f2c 100644 (file)
@@ -1,6 +1,77 @@
+2006-01-23  Jim Blandy  <jimb@redhat.com>
+
+       Add simulator for Renesas M32C and M16C.
+
+       * m32c: New directory.
+       * configure.ac: Add entry for Renesas M32C.
+       * configure: Regenerate.
+
+2006-01-10  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris/cris-tmpl.c (MY (f_model_insn_before)): Only display basic
+       cycle count for the current insn.
+
+2005-12-06  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris/cpuv10.h, cris/cpuv32.h, cris/cris-desc.c, cris/cris-opc.h,
+       cris/decodev10.c, cris/decodev10.h, cris/decodev32.c,
+       cris/decodev32.h, cris/modelv10.c, cris/modelv32.c,
+       cris/semcrisv10f-switch.c, cris/semcrisv32f-switch.c: Regenerate.
+
+2005-12-05  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
+       cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
+       cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
+       cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
+       cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
+       cris/semcrisv32f-switch.c: Regenerate.
+
+2005-11-20  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
+       (open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and
+       TARGET_O_WRONLY.
+       (cris_break_13_handler) <case TARGET_SYS_fcntl>: Add support for
+       F_GETFL on fd 0, 1 and 2.
+
+2005-11-17  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris/sim-main.h (struct _sim_cpu): New members last_syscall,
+       last_open_fd, last_open_flags.
+       * cris/traps.c: Don't include targ-vals.h.
+       (TARGET_O_ACCMODE): Define.
+       (cris_break_13_handler): Set new _sim_cpu members.
+       <case TARGET_SYS_fcntl>: Support special case of F_GETFL.
+       Rearrange code as switch.  Emit "unimplemented" abort for
+       unimplemented fcntl calls.
+
+       * cris/traps.c (TARGET_SYS_stat): Define.
+       (syscall_stat32_map): Add entry for TARGET_SYS_stat.
+       (cris_break_13_handler) <case TARGET_SYS_stat>: New case.
+
+2005-11-16  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only the
+       low 32 bits are used after an unsigned long cast.
+
+2005-05-28  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop.
+
+2005-05-26  Chris Demetriou  <cgd@netbsd.org>
+
+       * MAINTAINERS: Update my mail address, move myself to the
+       "Past maintainers" section.
+
+2005-05-17  Corinna Vinschen  <vinschen@redhat.com>
+
+       * configure.ac: Add igen to v850 build.
+       * configure: Regenerate.
+
 2005-04-29  Paul Brook  <paul@codesourcery.com>
 
-       * common/callback.c (PIPE_BUF): Provide default refinition.
+       * common/callback.c (PIPE_BUF): Provide default definition.
        (os_lstat): Use stat if lstat is not available on the host.
        (os_ftruncate): Return EINVAL if not available on the host.
        (os_truncate): Ditto.
This page took 0.023752 seconds and 4 git commands to generate.