X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=sim%2Ferc32%2FChangeLog;h=253b450c89cfff6a00a88f9bdc5ce682d30ad919;hb=638fcdad6a0de44f6c91b503280207fc1f34ff9e;hp=71181e1aee3cbb126a8676dbeb3f4f4a3536e5dc;hpb=a493e3e2e429e4832b8620bd920ad07d0c2892d7;p=binutils-gdb.git diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 71181e1aee3..253b450c89c 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,132 @@ +2015-03-17 Jiri Gaisler + + * func.c (show_stat): Print simulation time in portable long long + format. + * help.c (usage): Update usage help print-out. + * sis.c (run_sim): Increase debug level with -v. Also print + simulation time in portable long long format. + * sis.h: Use stdint.h for portable 32- and 64-bit ints. + +2015-03-16 Mike Frysinger + + * config.in, configure: Regenerate. + +2015-03-16 Jiri Gaisler + + * Makefile.in (end, end.h): Remove target rules. + (clean): Remove end and end.h. + (erc32.o, exec.o, float.o, func.o, help.o, interf.o, sis.o): Delete + rules. + * configure, config.in: Regenerate. + * configure.ac: Use SIM_AC_OPTION_HOSTENDIAN + * end.c: Delete. + * erc32.c: Remove end.h include. + * exec.c: Remove end.h include. Use HOST_LITTLE_ENDIAN. + * func.c, sis.c: Likewise. + +2015-03-14 Mike Frysinger + + * Makefile.in (SIM_RUN_OBJS): Set to sis.o. + +2015-03-14 Mike Frysinger + + * configure.ac (AC_CHECK_HEADERS): Delete. + * aclocal.m4, configure: Regenerate. + +2015-02-22 Jiri Gaisler + + * Makefile.in: Add include path to readline.h. + sis.c: Remove locally define readline types. + +2015-02-21 Jiri Gaisler + + * func.c (reset_stat, show_stat): Switch to double in time keeping. + (get_time): New function to get system time. + * interf.c (run_sim): Use get_time() for system time. + * sis.c (run_sim): Likewise. + * sis.h: Likewise. + +2015-02-21 Jiri Gaisler + + * Makefile.in: Remove unused defines + +2015-02-21 Jiri Gaisler + + * float.c (get_accex, clear_accex, set_fsr): Use functions from fenv.h + instead of custom assembly. + +2015-02-21 Jiri Gaisler + + * erc32.c (mec_read): Allow simulator memory size to be read + by application. + (boot_init): initialize memory and timers if start address is + not 0. + * func.c (exe_cmd): Call boot_init if start address not 0. + * interf.c (run_sim): Likewise. + +2015-02-21 Jiri Gaisler + + * exec.c (init_regs): erc32 has vendor ID 1 and version ID 1 in %psr. + +2015-02-21 Jiri Gaisler + + * func.c (print_insn_sparc_sis): Add helper function for disassembly. + (disp_ctrl): Use helper function. + +2014-08-19 Alan Modra + + * configure: Regenerate. + +2014-08-15 Roland McGrath + + * configure: Regenerate. + * config.in: Regenerate. + +2014-03-10 Mike Frysinger + + * interf.c (sim_do_command): Add const to cmd. + +2014-03-05 Mike Frysinger + + * interf.c (sim_load): Add const to prog. + +2013-10-09 Sergio Durigan Junior + + PR sim/16018: + * float.c (set_fsr): Add missing "break" statements. Reindent + code. + +2013-09-23 Alan Modra + + * configure: Regenerate. + +2013-06-03 Mike Frysinger + + * aclocal.m4, configure: Regenerate. + +2013-03-14 Joel Sherrill + + * Makefile.in: Include build directory in search path to find + config.h + +2012-08-16 Nick Clifton + + * end.c: Include config.h before system header files. + * erc32.c: Likewise. + * exec.c: Likewise. + * float.c: Likewise. + * func.c: Likewise. + * help.c: Likewise. + * interf.c: Likewise. + +2012-06-15 Joel Brobecker + + * sys.h: Include "config.h". + +2012-06-15 Joel Brobecker + + * config.in, configure: Regenerate. + 2012-05-24 Pedro Alves PR gdb/7205