+
+ PR gdb/7205
+
+ Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
+
+
+ * aclocal.m4, config.in, configure: Regenerate.
+
+
+ PR sim/9971:
+ * configure.ac: Change AC_CHECK_LIB to AC_SEARCH_LIBS to match
+ the code in gdb's configure.ac with $TERMCAP.
+ * configure: Regenerated.
+
+
+ * aclocal.m4: New file.
+ * configure: Regenerate.
+
+
+ * configure.ac: Change include to common/acinclude.m4.
+
+
+ * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
+ call. Replace common.m4 include with SIM_AC_COMMON.
+ * configure: Regenerate.
+
+
+ * interf.c (sim_open): Accept and ignore `--sysroot=...'.
+
+
+ * interf.c (sim_complete_command): New stub function.
+
+
+ * interf.c (sim_store_register): Update return value to
+ match new API.
+
+
+ * sis.h: Remove #include <stdint.h>.
+ (uint64, int64): Redefine without using stdint.h.
+ (UINT64_MAX): Define.
+
+
+ * erc32.c (sis_memory_write): Change prototype to const unsigned char *.
+ * func.c (exec_cmd, event, advance_time, wait_for_irq): Use uint64
+ for counts.
+ * interf.c (run_sim): Change icount to uint64_t. Use strtol directly.
+ (sim_resume): Specify maximum run time as uint64.
+ * sis.c (run_sim): Change icount to uint64_t.
+ * sis.h: Define uint64 as uint64_t. Change various fields and
+ prototypes to uint64 to support longer simulations.
+
+
+ * interp.c (sim_write): Add const to buf arg.
+
+
+ * configure: Regenerate.
+
+
+ * config.in: Regenerate.
+ * configure: Likewise.
+
+ * configure: Regenerate.
+
+
+ * erc32.c, exec.c: Fix warnings.
+
+
+ * configure: Regenerate to track ../common/common.m4 changes.
+ * config.in: Ditto.
+
+
+ * sis.c: Correct spelling error.
+
+
+ * configure: Regenerate.
+
* acconfig.h: Remove.