]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/mcore/ChangeLog
sim: update zlib handling
[thirdparty/binutils-gdb.git] / sim / mcore / ChangeLog
index c81a80c9b2075d91e574edc34b06e59978c6e3a5..73279fb12f0f4ad4a3dfc8daaf8b050db0754d4e 100644 (file)
@@ -1,3 +1,142 @@
+2015-03-31  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
+2015-03-29  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (struct aout, LONG, SHORT): Delete.
+
+2015-03-29  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_RUN_OBJS, SIM_EXTRA_CFLAGS, SIM_EXTRA_LIBS): Delete.
+       (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS).
+       * interp.c: Include sim-main.h, sim-base.h, and sim-options.h.
+       (word, uword): Move to sim-main.h.
+       (callback, sim_kind, myname): Delete.
+       (struct mcore_regset): Move pc to sim_cpu.
+       (memcycles, sim_size): Mark static.
+       (set_initial_gprs): Take a sim_cpu arg.  Set pc via CIA_SET.
+       (handle_trap1): Take a SIM_DESC arg.  Get callback from it.
+       (process_stub): Take a SIM_DESC arg.  Pass it to handle_trap1
+       (util): Take a SIM_DESC arg.  Pass it to process_stub.
+       (sim_resume): Get/set pc via CIA_GET/CIA_SET.  Pass sd to handle_trap1
+       and util.
+       (sim_trace, sim_stop, sim_load, sim_set_callbacks): Delete.
+       (sim_info): Get callback from SIM_DESC.
+       (free_state): New cleanup function.
+       (sim_open): Rewrite to use new common logic.
+       (sim_create_inferior): Get sim_cpu from sd.  Pass to set_initial_gprs
+       and set pc via CIA_SET.
+       * sim-main.h: New file.
+
+2015-03-29  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac: Call SIM_AC_OPTION_ENDIAN, SIM_AC_OPTION_ALIGNMENT,
+       SIM_AC_OPTION_HOSTENDIAN, SIM_AC_OPTION_ENVIRONMENT, and
+       SIM_AC_OPTION_INLINE.
+       * config.in, configure: Regenerate.
+
+2015-03-29  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (heap_ptr, int_sbrk): Delete.
+       (handle_trap1): Change case 69 (sbrk) to always return -1.
+       (sim_load): Delete bss checks and heap_ptr setup.
+
+2015-03-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c: Strip trailing whitespace.
+
+2015-03-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac: Call SIM_AC_OPTION_WARNINGS.
+       * confingure: Regenerate.
+       * interp.c (mcore_extract_unsigned_integer): Make static and update
+       prototype.  Fix up printf string.
+       (mcore_store_unsigned_integer): Make static and update prototype.
+       (int_sbrk): Likewise.
+       (wbat, wlat, what, rbat, rlat, rhat): Delete INLINE and update
+       prototype.
+       (SEXTB, SEXTW, IOMEM): Delete.
+       (sim_size): Update prototype.  Fix up printf string.
+       (init_pointers): Update prototype.
+       (set_initial_gprs): Update prototype.  Fix up printf string.
+       (log_open, log_close, is_opened, handle_trap1, process_stub, util,
+       iu_carry): Update prototype.
+       (sim_resume): Update prototype.  Change addr to a word.
+       (sim_write, sim_read, sim_store_register, sim_fetch_register,
+       sim_trace, sim_stop_reason, sim_stop, sim_info, sim_open,
+       sim_close, sim_load, sim_create_inferior, sim_do_command,
+       sim_set_callbacks): Update prototype.
+
+2015-03-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_EXTRA_CLEAN): Delete.
+       (interp.o, mcore-clean): Delete rules.
+
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_EXTRA_CFLAGS): Set to
+       -DSIM_USE_DEPRECATED_RUN_FRONTEND.
+       (SIM_RUN_OBJS): Set to run.o.
+
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac (AC_CHECK_HEADERS): Delete.
+       * aclocal.m4, configure: Regenerate.
+
+2015-02-20  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c: Delete sysdep.h and netinet/in.h includes.
+       Include stdlib.h and string.h.
+       * sysdep.h: Delete.
+
+2015-02-19  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (sim_kill): Delete unused func.
+
+2015-02-11  Chen Gang <gang.chen.5i5j@gmail.com>
+
+       * interp.c: Include "unistd.h".
+
+2015-02-02  Chen Gang  <gang.chen.5i5j@gmail.com>
+
+       * interp.c (sim_do_command): Call freeargv() before return.
+
+2014-08-19  Alan Modra  <amodra@gmail.com>
+
+       * configure: Regenerate.
+
+2014-08-15  Roland McGrath  <mcgrathr@google.com>
+
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+2014-03-10  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (sim_do_command): Add const to cmd.
+
+2014-03-05  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (sim_load): Add const to prog.
+
+2014-02-17  Mike Frysinger  <vapier@gentoo.org>
+
+       PR gdb/16450
+       * interp.c (interrupt): Delete.
+       (sim_resume): Delete signal(SIGINT) handling.
+
+2013-09-23  Alan Modra  <amodra@gmail.com>
+
+       * configure: Regenerate.
+
+2013-06-03  Mike Frysinger  <vapier@gentoo.org>
+
+       * aclocal.m4, configure: Regenerate.
+
 2012-06-15  Joel Brobecker  <brobecker@adacore.com>
 
        * config.in, configure: Regenerate.