gdb/
[deliverable/binutils-gdb.git] / sim / common / ChangeLog
index 3646002140120b828e564e5f05504795711ca000..da63533024bcb43c510ff1454bc2f42d62e6ea9d 100644 (file)
@@ -1,3 +1,141 @@
+2012-05-24  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/7205
+
+        Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
+
+2012-05-24  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/7205
+
+       Replace target_signal with gdb_signal throughout.
+
+2012-05-18  Nick Clifton  <nickc@redhat.com>
+
+       PR 14072
+       * callback.c: Include config.h before system header files.
+       * cgen-trace.c: Likewise.
+       * cgen-utils.c: Likewise.
+       * gentmap.c: Likewise.
+
+2012-04-02  Mike Frysinger  <vapier@gentoo.org>
+
+       * hw-ports.c (hw_port_decode): Change "Unreconized" to "Unrecognized".
+
+2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
+
+       * sim-trace.c: Update the function prototype of save_data_size.
+       Move the enum data_fmt from here...
+       * sim-trace.h: ...to here.
+       Add function prototype of save_data.
+
+2012-03-25  Mike Frysinger  <vapier@gentoo.org>
+
+       * sim-core.h (sim_core_trans_addr): Add prototype.
+
+2012-03-24  Hans-Peter Nilsson  <hp@axis.com>
+
+       * nrun.c: Add #ifdef HAVE_CONFIG_H and associated includes stanza
+       missing in last change.
+
+2012-03-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * acinclude.m4 (SIM_AC_COMMON): Call AC_USE_SYSTEM_EXTENSIONS.
+       * nrun.c: Include string.h/strings.h.
+       * aclocal.m4, config.in, configure: Regenerate.
+
+2012-03-22  Mike Frysinger  <vapier@gentoo.org>
+
+       * acinclude.m4 (SIM_AC_OPTION_WARNINGS): Copy AC_ARG_ENABLE(werror),
+       WERROR_CFLAGS, and build_warnings from gdb/configure.ac.  Comment
+       out -Werror initialization.
+
+2012-03-19  Mike Frysinger  <vapier@gentoo.org>
+
+       * Make-common.in (TAGS): Change a-z to [:lower:].
+       * acinclude.m4 (sim-trace): Likewise.
+       * gennltvals.sh: Change A-Z0-9 to [:upper:][:digit:].
+       Change A-Za-z0-9 to [:alnum:].
+
+2012-03-18  Mike Frysinger  <vapier@gentoo.org>
+
+       * nrun.c (main): Display strsignal of sigrc.
+
+2012-01-06  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (abs_srcdir): Declare.
+       (srcroot): Define in terms of abs_srcdir.
+       (headers): Change srcdir to abs_srcdir.
+
+2012-01-02  Joel Brobecker  <brobecker@adacore.com>
+
+       * dv-sockser.h, sim-assert.h, sim-fpu.c: Reformat the copyright
+       header.
+
+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
This page took 0.029871 seconds and 4 git commands to generate.