sim: update bug URI to https://
[deliverable/binutils-gdb.git] / sim / ppc / ChangeLog
index 9d85c4c61099bdeae08f68b457cc01c3737bbe8a..6f0d58df7e501e8e18e6536ed023f4290cc95752 100644 (file)
@@ -1,3 +1,157 @@
+2021-01-04  Mike Frysinger  <vapier@gentoo.org>
+
+       * acinclude.m4 (ACX_BUGURL): Change http:// to https://.
+       * configure: Regenerate.
+
+2020-10-20  Dr. David Alan Gilbert  <dgilbert@redhat.com>
+
+       * emul_netbsd.c (do_sigprocmask): Fix printf format.
+
+2020-07-03  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * ld-insn.h (last_model, last_model_data, last_model_function,
+       last_model_internal, last_model_macro, last_model_static):
+       Delete.
+       (max_model_fields_len, model_data, model_functions,
+       model_internal, model_macros, model_static, models): Declare, but do not
+       define.
+       * ld-insn.c (last_model, last_model_data, last_model_function,
+       last_model_internal, last_model_macro, last_model_static,
+       max_model_fields_len, model_data, model_functions,
+       model_internal, model_macros, model_static, models): Define.
+
+2020-03-12  Kamil Rytarowski  <n54@gmx.com>
+
+       * emul_netbsd.c (netbsd_signal_names): Sync with NetBSD 9.99.49.
+
+2020-03-12  Kamil Rytarowski  <n54@gmx.com>
+
+       * emul_netbsd.c (netbsd_error_names): Sync with NetBSD 9.99.49.
+
+2019-12-19  Tom Tromey  <tromey@adacore.com>
+
+       PR build/24572:
+       * Makefile.in (install-strip): New target.
+
+2019-01-26  Tom Tromey  <tom@tromey.com>
+
+       * Makefile.in (version.c): Use sim's create-version.sh.
+
+2018-05-09  Sebastian Rasmussen  <sebras@gmail.com>
+
+       * e500_registers.h: Comment typo fix.
+       * ppc-instructions (ppc_insn_mfcr): Likewise.
+
+2017-09-05  John Baldwin  <jhb@FreeBSD.org>
+
+       PR sim/20863
+       * sim_calls.c (error): New function.
+
+2017-02-13  Mike Frysinger  <vapier@gentoo.org>
+
+       * cpu.h: Include libiberty.h.
+       * emul_bugapi.c (emul_bugapi_instruction_name): Use ARRAY_SIZE.
+       * emul_generic.h: Include libiberty.h.
+       * emul_netbsd.c (emul_netbsd_syscalls): Use ARRAY_SIZE.
+       * emul_unix.c (convert_to_solaris_stat): Likewise.
+       (emul_solaris_syscalls): Likewise.
+       (emul_linux_syscalls): Likewise.
+       * options.c (print_options): Likewise.
+       * ppc-instructions: Likewise.
+
+2016-01-10  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac (sim-assert): Call AC_MSG_CHECKING,
+       AC_DEFINE_UNQUOTED, and AC_MSG_RESULT
+       (sim-env, sim-stdio, sim-trace): Delete.
+       * config.in, configure: Regenerate.
+       * Make-common.in (ENV_CFLAGS, TRACE_CFLAGS, ASSERT_CFLAGS,
+       STDIO_CFLAGS): Delete.
+       (CONFIG_CFLAGS): Delete $(ENV_CFLAGS), $(TRACE_CFLAGS),
+       $(ASSERT_CFLAGS), and $(STDIO_CFLAGS).
+       * std-config.h (WITH_ENVIRONMENT, WITH_TRACE, WITH_ASSERT,
+       WITH_STDIO): Delete.
+
+2016-01-10  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure: Regenerate.
+
+2016-01-10  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure: Regenerate.
+
+2016-01-10  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac: Delete --enable-sim-regparm and sim_regparm,
+       and --enable-sim-stdcall and sim_stdcall.
+       * configure: Regenerate.
+       * Makefile.in (REGPARM_CFLAGS, STDCALL_CFLAGS): Delete.
+       (CONFIG_CFLAGS): Delete $(REGPARM_CFLAGS) and $(STDCALL_CFLAGS).
+       * inline.h: Delete REGPARM everywhere.
+       * options.c (print_options): Delete WITH_REGPARM and
+       WITH_STDCALL.
+       * std-config.h (WITH_REGPARM, WITH_STDCALL, REGPARM): Delete.
+
+2016-01-10  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac: Delete --enable-sim-cflags and sim_cflags.
+       * configure: Regenerate.
+       * INSTALL: Delete all mention of --enable-sim-cflags.
+       * Makefile.in (SIM_CFLAGS): Delete.
+       (STD_CFLAGS, NOWARN_CFLAGS): Delete $(SIM_CFLAGS).
+       (psim): Likewise.
+
+2016-01-06  Mike Frysinger  <vapier@gentoo.org>
+
+       * sim_calls.c (sim_open): Mark argv const.
+       (sim_create_inferior): Mark argv and env const.
+
+2016-01-04  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac (sim-bswap): Delete.
+       * configure: Regenerate.
+       * INSTALL: Delete --enable-sim-bswap docs.
+       * Makefile.in (BSWAP_CFLAGS): Delete.
+       (CONFIG_CFLAGS): Delete $(BSWAP_CFLAGS).
+       * options.c (print_options): Delete WITH_BSWAP.
+       * sim-endian.h (htonl, ntohl): Delete.
+       * std-config.h (WITH_BSWAP): Delete.
+
+2016-01-02  Mike Frysinger  <vapier@gentoo.org>
+
+       * main.c (main): Pass SIM_OPEN_STANDALONE to psim_options and
+       psim_usage.
+       * psim.c (psim_usage): Add new kind arg.  Only show bug URL and
+       exit when kind is SIM_OPEN_STANDALONE.
+       (psim_options): Add new kind arg.  Pass kind down to all psim_usage
+       calls.  Replace error/break calls after psim_usage with return NULL.
+       Only exit with version case when kind is SIM_OPEN_STANDALONE.
+       * psim.h: Include gdb/remote-sim.h.
+       (psim_options): Add new kind arg.
+       (psim_usage): Likewise.
+       * sim_calls.c (sim_open): Pass kind to psim_options.  Return NULL
+       when it returns NULL.
+
+2015-12-29  Kevin Buettner  <kevinb@redhat.com>
+
+       * emul_netbsd.c (fd_closed): New static array.
+       (fdbad): New function.
+       (do_read, do_write, do_close, do_dup, do_ioctl, do_dup2, do_fcntl)
+       (do_fstatfs, do_fstat, do_lseek): Call `fdbad'.
+       (emul_netbsd_init): Initialize `fd_closed'.
+       * emul_unix.c (fd_closed): New static array.
+       (fdbad): New function.
+       (do_unix_read, do_unix_write, do_unix_close, do_unix_dup)
+       (do_unix_dup2, do_unix_lseek, do_solaris_fstat, do_solaris_ioctl)
+       (do_linux_fstat, do_linux_ioctl): Call `fdbad'.
+       (emul_solaris_init, emul_linux_init): Initialize `fd_closed'.
+
+2015-12-26  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (TCONFIG_H): Delete.
+       (sim-fpu.o): Delete $(TCONFIG_H).
+       (tconfig.h): Delete rule.
+
 2015-11-21  Mike Frysinger  <vapier@gentoo.org>
 
        PR sim/13834
This page took 0.025383 seconds and 4 git commands to generate.