+
+ * acinclude.m4: Replace maintainer-mode code with AM_MAINTAINER_MODE.
+ * aclocal.m4, configure: Regenerate.
+
+
+ PR build/15414:
+ * acinclude.m4 (SIM_AC_OPTION_WARNINGS): Do not use
+ -Wformat-nonliteral with -Wno-format.
+
+
+ * acinclude.m4: Regenerate.
+
+
+ * acinclude.m4: Add SIM_DV_SOCKSER_O which is empty on hosts
+ which do not support dv-sockser.o. Add always as option to
+ first argument to SIM_AC_OPTION_HARDWARE. Fail if hardware
+ is always required to be enabled by simulator.
+
+
+ * gennltvals.sh: Use libgloss/syscall.h for cr16.
+ * nltvals.def: Regenerate.
+
+
+ * acinclude.m4 (SIM_AC_COMMON): Define PACKAGE.
+ * config.in, configure: Regenerate.
+
+
+ * sim-signal.h (sim_signal_to_target): Rename to ...
+ (sim_signal_to_gdb_signal): ... this.
+ * sim-signal.c (sim_signal_to_target): Rename to ...
+ (sim_signal_to_gdb_signal): ... this.
+ * sim-reason.c (sim_stop_reason): Adjust to rename.
+
+
+ PR gdb/7205
+
+ Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
+
+
+ PR gdb/7205
+
+ Replace target_signal with gdb_signal throughout.
+
+
+ PR 14072
+ * callback.c: Include config.h before system header files.
+ * cgen-trace.c: Likewise.
+ * cgen-utils.c: Likewise.
+ * gentmap.c: Likewise.
+
+
+ * hw-ports.c (hw_port_decode): Change "Unreconized" to "Unrecognized".
+
+
+ * 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.
+
+
+ * sim-core.h (sim_core_trans_addr): Add prototype.
+
+
+ * nrun.c: Add #ifdef HAVE_CONFIG_H and associated includes stanza
+ missing in last change.
+
+
+ * acinclude.m4 (SIM_AC_COMMON): Call AC_USE_SYSTEM_EXTENSIONS.
+ * nrun.c: Include string.h/strings.h.
+ * aclocal.m4, config.in, configure: Regenerate.
+
+
+ * acinclude.m4 (SIM_AC_OPTION_WARNINGS): Copy AC_ARG_ENABLE(werror),
+ WERROR_CFLAGS, and build_warnings from gdb/configure.ac. Comment
+ out -Werror initialization.
+
+
+ * 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:].
+
+
+ * nrun.c (main): Display strsignal of sigrc.
+
+
+ * Makefile.in (abs_srcdir): Declare.
+ (srcroot): Define in terms of abs_srcdir.
+ (headers): Change srcdir to abs_srcdir.
+
+
+ * dv-sockser.h, sim-assert.h, sim-fpu.c: Reformat the copyright
+ header.
+
+
+ * Make-common.in (hw-config.h): Work around bug in Solaris 2.8
+ system bourne shell.
+
+
+ * syscall.c (cb_get_string): Rename from "get_string".
+ (get_path): Rename get_string call to cb_get_string.
+
+
+ * 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.
+
+
+ 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.
+
* acinclude.m4: Call AC_CHECK_LIB when $hardware contains cfi.