Work around Solaris bourne shell limitation when building the sim
[deliverable/binutils-gdb.git] / sim / common / ChangeLog
index 83f9951e25560e844954eb990131178fac842aee..b2b8b639f9b2bb96e3c8e26e18f9e31281aa555b 100644 (file)
@@ -1,3 +1,76 @@
+2011-12-19  Joel Brobecker  <brobecker@adacore.com>
+
+       * Make-common.in (hw-config.h): Work around bug in Solaris 2.8
+       system bourne shell.
+
+2011-12-03  Mike Frysinger  <vapier@gentoo.org>
+
+       * syscall.c (cb_get_string): Rename from "get_string".
+       (get_path): Rename get_string call to cb_get_string.
+
+2011-12-03  Mike Frysinger  <vapier@gentoo.org>
+
+       * Make-common.in (VPATH): Add $(srccom).
+       (DEP): Delete.
+       (DEPMODE, DEPDIR, depcomp, COMPILE.pre, COMPILE.post, COMPILE,
+       POSTCOMPILE): New variables.
+       (.c.o): Replace recipe with call to $(COMPILE) and $(POSTCOMPILE).
+       Include dependency files, when using GNU Make.  Delete all
+       dependency-only rules.
+       * aclocal.m4: Include ../../config/depstand.m4.  Call
+       ZW_CREATE_DEPDIR and ZW_PROG_COMPILER_DEPENDENCIES.
+       (MAKE, GMAKE): New substs.
+
+2011-11-07  Mike Frysinger  <vapier@gentoo.org>
+
+       PR sim/13161
+       * configure.ac (AC_CHECK_FUNCS): Add posix_fallocate.
+       * configure, config.in: Regenerate.
+       * dv-cfi.c (attach_cfi_regs): Check for HAVE_POSIX_FALLOCATE.
+
+2011-10-19  Mike Frysinger  <vapier@gentoo.org>
+
+       * acinclude.m4: Call AC_CHECK_LIB when $hardware contains cfi.
+
+2011-10-18  John Wehle  <john@feith.com>  (tiny patch)
+
+       * sim-profile.c (profile_info): Only print the title once.
+
+2011-10-17  Mike Frysinger  <vapier@gentoo.org>
+
+       * acinclude.m4: Rename from aclocal.m4.
+       * aclocal.m4: Regenerate.
+
+2011-10-17  Mike Frysinger  <vapier@gentoo.org>
+
+       * aclocal.m4: Change AC_PREREQ comment to 2.64.
+       * common.m4: Delete.
+       * configure.ac: Change AC_PREREQ to 2.64.  Replace AC_CONFIG_HEADER
+       call and common.m4 include with SIM_AC_COMMON(cconfig.h).
+       * configure: Regenerate.
+
+2011-10-14  Alexey Makhalov  <makhaloff@gmail.com>
+
+       * sim-alu.h (ALU32_AND): Clear carry flag.
+       (ALU32_AND): Clear carry flag.
+
+2011-10-09  Mike Frysinger  <vapier@gentoo.org>
+
+       * dv-cfi.c: Include stdbool.h.
+
+2011-10-09  Mike Frysinger  <vapier@gentoo.org>
+
+       * dv-cfi.c: Replace devices.h include with hw-base.h and hw-main.h.
+
+2011-10-04  Mike Frysinger  <vapier@gentoo.org>
+
+       * aclocal.m4 (SIM_AC_COMMON): Call AM_ZLIB, ACX_PKGVERSION, and
+       ACX_BUGURL.  Define PKGVERSION and REPORT_BUGS_TO.
+
+2011-07-12  Mike Frysinger  <vapier@gentoo.org>
+
+       * sim-command.c: Include sim-options.h.
+
 2011-07-12  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4: Move sinclude comment after AC_INIT comment.
This page took 0.07627 seconds and 4 git commands to generate.