Fix typo last entry
[deliverable/binutils-gdb.git] / sim / ChangeLog
index 6e8eeeec7361511e55fd8c9799fb3551515c385a..fa63280173bbcc5df9f0437c1612717a36bf7ee1 100644 (file)
@@ -1,5 +1,86 @@
+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 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.
+       * common/configure.ac: Check for lstat, truncate and ftruncate.
+       * common/configure: Regenerate.
+       * common/config.in: Regenerate.
+
+2005-04-27  Paul Brook  <paul@codesourcery.com>
+
+       * common/Make-common.in: Add $(EXEEXT) to "run".
+
+2005-04-18  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris/traps.c (cris_break_13_handler) <case TARGET_SYS_mmap2>:
+       For ((len & 8191) != 0 && fd == (USI) -1), don't say this isn't
+       implemented.  In call to create_map, pad length argument to 8k. 
+
+2005-04-15  Corinna Vinschen  <vinschen@redhat.com>
+
+       * configure.ac: Add explicit sh64 case.
+       * configure: Regenerate.
+
+2005-03-30  Paul Brook  <paul@codesourcery.com>
+
+       * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
+
 2005-03-24  Hans-Peter Nilsson  <hp@axis.com>
 
+       * cris/Makefile.in (stamp-v10fcpu, stamp-v32fcpu): Add kludge to
+       include cgen-ops.h in decodev10.c and decodev32.c.
+       * cris/sim-main.h: Don't include cgen-ops.h here.
+       * 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.
+
        * cris/traps.c (cris_break_13_handler) <case
        TARGET_SYS_rt_sigaction>: Rename sa_handler, sa_flags,
        sa_restorer, sa_mask_low, sa_mask_high to target_sa_handler etc.
This page took 0.026645 seconds and 4 git commands to generate.