]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/ChangeLog
* configure.ac: Add igen to v850 build.
[thirdparty/binutils-gdb.git] / sim / ChangeLog
index f8fc051062dcdb1d7c8f795084a252285ebd4264..fc9ea43f8249ceba5f823418d032bb56a4616b91 100644 (file)
@@ -1,3 +1,239 @@
+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.
+
+2005-03-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * cris/configure: Regenerate.
+
+2005-02-28  Jim Blandy  <jimb@redhat.com>
+
+       * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
+       mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
+       Regenerated, after change to common/aclocal.m4.
+
+2005-02-18  Corinna Vinschen  <vinschen@redhat.com>
+
+       * iq2000: New target subdirectory.
+       * configure.ac: Add iq2000 target.
+       * configure: Regenerate.
+
+2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
+
+       * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
+       (realclean, install): Fail if subdir make failed.
+
+2005-01-28  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris: New directory, simulator for Axis Communications CRIS
+       including CRIS v32, CGEN-based.
+       * configure.ac: Add corresponding configury.
+       * configure: Regenerate.
+
+2005-01-17  Andrew Cagney  <cagney@gnu.org>
+
+       * configure.ac: For mips*-*-* and mn10300*-*-* configure the
+       common directory.  Remove sparc*-*-* from list.
+       
+2005-01-11  Andrew Cagney  <cagney@gnu.org>
+
+       * Makefile.in (autoconf-common autoheader-common): Add --force to
+       autoconf and autoheader.
+       (autoconf-common autoheader-common)
+       (autoconf-install autoheader-install): Check for configure.ac, not
+       configure.in.
+       * configure.ac: Delete AC_CONFIG_AUX_DIR.
+       * configure: Re-generate.
+
+2005-01-07  Andrew Cagney  <cagney@gnu.org>
+
+       * configure.ac: Replace configure.in.  Requires autoconf 2.59 and
+       correctly calls AC_CONFIG_SUBDIRS.
+       * configure: Re-generate.
+
+2004-12-01  Andrew Cagney  <cagney@gnu.org>
+
+       * i960, h8500: Delete directory.
+
+2004-11-12  Andrew Cagney  <cagney@gnu.org>
+
+       * d30v, fr30, mn10200, z8k: Delete directory.
+
+2004-03-10  Ben Elliston  <bje@gnu.org>
+
+       * MAINTAINERS: Update my mail address.
+
+2004-01-26  Chris Demetriou  <cgd@broadcom.com>
+
+       * configure.in (mips*-*-*): Configure in testsuite.
+       * configure: Regenerate.
+
+2003-10-08  Dave Brolley  <brolley@redhat.com>
+
+       * configure.in: Move frv handling to alphabetically correct placement.
+
+2003-09-03  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
+
+2003-08-29  Dave Brolley  <brolley@redhat.com>
+
+       * MAINTAINERS: Add myself as maintainer of the FRV port.
+
+2003-08-20  Michael Snyder  <msnyder@redhat.com>
+            Dave Brolley  <brolley@redhat.com>
+
+       * frv/: New directory, simulator for the Fujitsu FRV.
+       * configure.in: Add frv configury.
+       * configure: Regenerate.
+
+2003-08-10  Ben Elliston  <bje@wasabisystems.com>
+
+       * MAINTAINERS: Update my mail address.
+
+2003-08-09  Andrew Cagney  <cagney@redhat.com>
+
+       * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
+       maintenance.  List igen and sh maintainers.  Mention that target
+       and global maintainers pick up the slack.
+
+2003-07-09  Michael Snyder  <msnyder@redhat.com>
+
+       * configure.in: Add testsuite to extra_subdirs for sh.
+       * configure: Regenerate.
+
+2003-01-23  Nick Clifton  <nickc@redhat.com>
+
+       * Add sh2e support:
+
+2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
+
+2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
+
+       * MAINTAINERS: Update my email address.
+
+2002-07-17  Andrew Cagney  <ac131313@redhat.com>
+
+       * w65/: Delete directory.
+
+2002-07-16  Andrew Cagney  <ac131313@redhat.com>
+
+       * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
+       * configure: Re-generate.
+
+2002-07-13  Andrew Cagney  <ac131313@redhat.com>
+
+       * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
+       * configure: Re-generate.
+       
+2002-06-16  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
+       id, date and host to be overriden by NAME, ID, DATE and HOST
+       respectfully.  Use ISO dates.
+
+Thu Jun  6 12:34:13 2002  Andrew Cagney  <cagney@redhat.com>
+
+       * Makefile.in (ChangeLog): New makefile variable.
+       * README-HACKING: Mention the ChangeLog makefile variable.
+
+2002-06-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * tic80/: Delete directory.
+
+2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * MAINTAINERS: Update my email address.
+
+2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
+
+2002-03-01  Frank Ch. Eigler  <fche@redhat.com>
+
+       * MAINTAINERS: Record self as a co-maintainer of just common/.
+
+2002-02-07  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * MAINTAINERS: Point to GDB files describing overall maintaince
+       and check-in procedures.
+
+2002-01-10  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * MAINTAINERS: Add myself for ARM portions.
+
+2001-10-19  Andrew Cagney  <ac131313@redhat.com>
+
+       * configure.in: When Linux or NetBSD, enable PowerPC simulator.
+       * configure: Re-generate.
+
+2001-02-16  Ben Elliston  <bje@redhat.com>
+
+       * MAINTAINERS: Add myself for common portions.
+
+2001-01-15  Chris Demetriou  <cgd@broadcom.com>
+
+       * MAINTAINERS: Added self and Andrew for the mips sim.
+
+2000-10-25  Geoff Keating  <geoffk@cygnus.com>
+
+       * MAINTAINERS: Added self and Andrew for the ppc sim.
+
+Thu Jul 27 21:26:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
+       * m68hc11: New directory.
+       * configure.in: Add.
+       * configure: Regenerate.
+
 Tue Jul  4 13:43:54 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * tic80: New directory.