X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fmn10300%2FChangeLog;h=a6357a8ae3515e2462813c875ea4bfc2004c9daa;hb=3ca58cdea13ddad01d70aa170eb419903b241b94;hp=1facba7c63b12cac4506a7e3b8dc6d9661a0a07b;hpb=b0e4c8a581c689da0c3e7319c03a8cc60d64a2f2;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 1facba7c63..a6357a8ae3 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,161 @@ +2017-09-06 John Baldwin + + * configure: Regenerate. + +2016-01-10 Mike Frysinger + + * config.in, configure: Regenerate. + +2016-01-10 Mike Frysinger + + * configure: Regenerate. + +2016-01-10 Mike Frysinger + + * configure: Regenerate. + +2016-01-10 Mike Frysinger + + * configure: Regenerate. + +2016-01-10 Mike Frysinger + + * configure: Regenerate. + +2016-01-10 Mike Frysinger + + * configure.ac (SIM_AC_OPTION_INLINE): Delete call. + * configure: Regenerate. + +2016-01-10 Mike Frysinger + + * configure: Regenerate. + +2016-01-10 Mike Frysinger + + * configure: Regenerate. + +2016-01-09 Mike Frysinger + + * config.in, configure: Regenerate. + +2016-01-06 Mike Frysinger + + * interp.c (sim_open): Mark argv const. + (sim_create_inferior): Mark argv and env const. + +2016-01-04 Mike Frysinger + + * configure: Regenerate. + +2016-01-03 Mike Frysinger + + * interp.c (sim_open): Update sim_parse_args comment. + +2016-01-03 Mike Frysinger + + * configure.ac (SIM_AC_OPTION_HOSTENDIAN): Delete. + * configure: Regenerate. + +2016-01-02 Mike Frysinger + + * configure.ac (SIM_AC_OPTION_ENDIAN): Change LITTLE_ENDIAN to + LITTLE. + * configure: Regenerate. + +2015-12-30 Mike Frysinger + + * wrapper.c (mn10300_reg_store, mn10300_reg_fetch): Define. + (sim_open): Call CPU_REG_FETCH/CPU_REG_STORE. + (sim_store_register): Rename to ... + (mn10300_reg_store): ... this. + (sim_fetch_register): Rename to ... + (mn10300_reg_fetch): ... this. + +2015-12-27 Mike Frysinger + + * Makefile.in (MN10300_OBJS): Delete sim-hload.o. + +2015-12-26 Mike Frysinger + + * config.in, configure: Regenerate. + +2015-12-24 Mike Frysinger + + * sim-main.h (SIM_HANDLES_LMA): Delete. + +2015-12-24 Mike Frysinger + + * sim-main.h (WITH_WATCHPOINTS): Delete. + +2015-11-21 Mike Frysinger + + * interp.c (mn10300_callback): Delete. + (sim_open): Delete mn10300_callback assignment. + (program_interrupt): Call sim_io_printf. + * mn10300_sim.h (mn10300_callback): Delete. + +2015-11-17 Mike Frysinger + + * sim-main.h (WITH_CORE): Delete. + +2015-11-15 Mike Frysinger + + * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o. + +2015-11-14 Mike Frysinger + + * interp.c (sim_close): Delete. + +2015-06-23 Mike Frysinger + + * configure: Regenerate. + +2015-06-17 Mike Frysinger + + * op_utils.c (do_syscall): Replace call to cb_syscall with + sim_syscall_multi. + +2015-06-17 Mike Frysinger + + * mn10300_sim.h (syscall_read_mem, syscall_write_mem): Delete. + * op_utils.c: Include sim-syscall.h. + (syscall_read_mem, syscall_write_mem): Delete. + (do_syscall): Change syscall_read_mem/syscall_write_mem + to sim_syscall_read_mem/sim_syscall_write_mem. Set syscall.p2. + +2015-06-12 Mike Frysinger + + * configure: Regenerate. + +2015-06-12 Mike Frysinger + + * configure: Regenerate. + +2015-06-11 Mike Frysinger + + * interp.c (get_byte, get_half, get_word, put_byte, put_half, + put_word): Delete. + (sim_fetch_register): Inline put_word call. + (sim_store_register): Inline get_word call. + * mn10300_sim.h (struct _state): Delete mem member. + (OP, Simops, get_byte, get_half, get_word, put_byte, put_half, + put_word, map): Delete. + * op_utils.c (MEMPTR): Delete. + +2015-06-11 Mike Frysinger + + * interp.c (round_64, fpu_status_ok): Add static. + +2015-06-11 Mike Frysinger + + * interp.c (mn10300_debug): Delete. + * mn10300_sim.h (DEBUG_TRACE, DEBUG_VALUES, mn10300_debug): Delete. + (struct _state): Delete exception and exited members. + [_WIN32] (SIGTRAP, SIGQUIT): Delete. + * op_utils.c (do_syscall): Call sim_engine_halt instead of setting + State.exception. + 2015-06-11 Mike Frysinger * mn10300_sim.h (uint8, int8, uint16, int16, uint32, int32): Typedef @@ -224,8 +382,8 @@ * config.in: Ditto. 2008-06-06 Vladimir Prus - Daniel Jacobowitz - Joseph Myers + Daniel Jacobowitz + Joseph Myers * configure: Regenerate. @@ -410,7 +568,7 @@ 2001-05-06 Jim Blandy * mn10300.igen: Doc fixes. - + 2001-04-26 Alexandre Oliva * Makefile.in (idecode.o, op_utils.o, semantics.o, simops.o): @@ -470,7 +628,7 @@ Tue Jul 13 13:26:20 1999 Andrew Cagney 1999-05-08 Felix Lee * configure: Regenerated to track ../common/aclocal.m4 changes. - + 1999-04-16 Frank Ch. Eigler * interp.c (program_interrupt): Detect undesired recursion using @@ -506,20 +664,20 @@ Tue Feb 16 23:57:17 1999 Jeffrey A Law (law@cygnus.com) (mn10300_exception_*): New functions to snapshot pre/post exception state. * sim-main.h (SIM_CORE_SIGNAL): Define hook - call mn10300_core_signal. - (SIM_ENGINE_HALT_HOOK): Do nothing. + (SIM_ENGINE_HALT_HOOK): Do nothing. (SIM_CPU_EXCEPTION*): Define hooks to call mn10300_cpu_exception*(). - (_sim_cpu): Add exc_* fields to store register value snapshots. + (_sim_cpu): Add exc_* fields to store register value snapshots. * dv-mn103ser.c (*): Support dv-sockser backend for UART I/O. Various endianness and warning fixes. * mn10300.igen (illegal): Call program_interrupt on error. (break): Call program_interrupt on breakpoint - + Several changes from and merged in: * dv-mn103int.c (mn103int_ioctl): New function for NMI generation. (mn103int_finish): Install it as ioctl handler. * dv-mn103tim.c: Support timer 6 specially. Endianness fixes. - + Wed Oct 14 12:11:05 1998 Jeffrey A Law (law@cygnus.com) * am33.igen: Allow autoincrement stores using the same register @@ -527,7 +685,7 @@ Wed Oct 14 12:11:05 1998 Jeffrey A Law (law@cygnus.com) Mon Aug 31 10:19:55 1998 Jeffrey A Law (law@cygnus.com) - * am33.igen: Reverse HI/LO outputs of 4 operand "mul" and "mulu". + * am33.igen: Reverse HI/LO outputs of 4 operand "mul" and "mulu". Fri Aug 28 14:40:49 1998 Joyce Janczyn @@ -545,7 +703,7 @@ Mon Aug 24 11:50:09 1998 Joyce Janczyn Wed Aug 12 12:36:07 1998 Jeffrey A Law (law@cygnus.com) - * am33.igen: Handle case where first DSP operation modifies a + * am33.igen: Handle case where first DSP operation modifies a register used in the second DSP operation correctly. Tue Jul 28 10:10:25 1998 Jeffrey A Law (law@cygnus.com) @@ -564,7 +722,7 @@ Fri Jul 24 18:15:21 1998 Joyce Janczyn (syscall_read_mem, syscall_write_mem): New functions for syscall callbacks. * mn10300_sim.h: Add prototypes for syscall_read_mem and - syscall_write_mem. + syscall_write_mem. * mn10300.igen: Change C++ style comments to C style comments. Check for divide by zero in div and divu ops. @@ -641,7 +799,7 @@ Thu Jun 25 10:12:03 1998 Joyce Janczyn serial line and schedule next polling event. (read_status_reg): schedule events to check for incoming data on serial line and issue interrupt if necessary. - + Fri Jun 19 16:47:27 1998 Joyce Janczyn * interp.c (sim_open): hook up serial 1 and 2 ports properly (typo). @@ -663,14 +821,14 @@ Wed Jun 17 18:00:18 1998 Jeffrey A Law (law@cygnus.com) Tue June 16 09:36:21 1998 Joyce Janczyn * dv-mn103int.c (mn103int_finish): Regular interrupts (not NMI or reset) are not enabled on reset. - + Sun June 14 17:04:00 1998 Joyce Janczyn * dv-mn103iop.c (write_*_reg): Check for attempt to write r/o register bits. * dv-mn103ser.c: Fill in methods for reading and writing to serial device registers. * interp.c (sim_open): Make the serial device a polling device. - + Fri June 12 16:24:00 1998 Joyce Janczyn * dv-mn103iop.c: New file for handling am32 io ports. * configure.in: Add mn103iop to hw_device list. @@ -718,10 +876,10 @@ Wed May 6 13:29:06 1998 Andrew Cagney Fri May 1 16:39:15 1998 Andrew Cagney - * dv-mn103int.c (mn103int_port_event): - (mn103int_port_event): - (mn103int_io_read_buffer): - (mn103int_io_write_buffer): + * dv-mn103int.c (mn103int_port_event): + (mn103int_port_event): + (mn103int_io_read_buffer): + (mn103int_io_write_buffer): * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Drop CPU/CIA args. (mn103cpu_port_event): Ditto. @@ -730,7 +888,7 @@ Fri May 1 16:39:15 1998 Andrew Cagney Tue Apr 28 18:33:31 1998 Geoffrey Noer - * configure: Regenerated to track ../common/aclocal.m4 changes. + * configure: Regenerated to track ../common/aclocal.m4 changes. Sun Apr 26 15:31:55 1998 Tom Tromey @@ -757,7 +915,7 @@ Tue Apr 14 10:03:02 1998 Andrew Cagney INLINE_SIM_MAIN. * op_utils.c: Ditto. * sim-main.c: New file. Include op_utils.c. - + * mn10300.igen (mov, cmp): Use new igen operators `!' and `=' to differentiate between MOV/CMP immediate/register instructions. @@ -798,12 +956,12 @@ Thu Mar 26 10:11:01 1998 Stu Grossman * Makefile.in (tmp-igen): Prefix all usage of move-if-change script with $(SHELL) to make NT native builds happy. * configure: Regenerate because of change to ../common/aclocal.m4. - + Thu Mar 26 11:22:31 1998 Andrew Cagney * configure.in: Make --enable-sim-common the default. * configure: Re-generate. - + * sim-main.h (CIA_GET, CIA_SET): Save/restore current instruction address into Sate.regs[REG_PC] instead of common struct. @@ -831,7 +989,7 @@ Wed Mar 25 16:14:50 1998 Andrew Cagney (mn103int_io_read_buffer): Convert absolute address to register block offsets. (read_icr, write_icr): Convert block offset into group offset. - + Wed Mar 25 15:08:49 1998 Andrew Cagney * interp.c (sim_open): Create second 1mb memory region at @@ -847,7 +1005,7 @@ Wed Mar 25 08:47:38 1998 Andrew Cagney * mn10300_sim.h (EXTRACT_PSW_LM, INSERT_PSW_LM, PSW_IE, PSW_LM): Define. (SP): Define. - + Wed Mar 25 12:35:29 1998 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. @@ -863,7 +1021,7 @@ Wed Mar 25 10:24:48 1998 Andrew Cagney * mn10300.igen (add): Discard unused variables. * configure, config.in: Re-generate with autoconf 2.12.1. - + Tue Mar 24 15:27:00 1998 Joyce Janczyn Add support for --enable-sim-common option. @@ -876,7 +1034,7 @@ Tue Mar 24 15:27:00 1998 Joyce Janczyn (SIM_EXTRA_CFLAGS): New variable. (clean-extra): Clean up igen files. (../igen/igen,clean-igen,tmp-igen): New rules. - * configure.in: Add support for common framework via + * configure.in: Add support for common framework via --enable-sim-common. * configure: Regenerate. * interp.c: #include sim-main if WITH_COMMON, not mn10300_sim.h. @@ -907,9 +1065,9 @@ Fri Feb 27 18:36:04 1998 Jeffrey A Law (law@cygnus.com) Wed Feb 25 01:59:29 1998 Jeffrey A Law (law@cygnus.com) - * simops.c (signed multiply instructions): Cast input operands to - signed32 before casting them to signed64 so that the sign bit - is propagated properly. + * simops.c (signed multiply instructions): Cast input operands to + signed32 before casting them to signed64 so that the sign bit + is propagated properly. Mon Feb 23 20:23:19 1998 Mark Alexander @@ -1010,7 +1168,7 @@ Tue Aug 26 10:41:07 1997 Andrew Cagney * interp.c (sim_kill): Delete. (sim_create_inferior): Add ABFD argument. (sim_load): Move setting of PC from here. - (sim_create_inferior): To here. + (sim_create_inferior): To here. Mon Aug 25 17:50:22 1997 Andrew Cagney @@ -1384,4 +1542,4 @@ Mon Nov 25 12:46:38 1996 Jeffrey A Law (law@cygnus.com) * Makefile.in, config.in, configure, configure.in: New files. * gencode.c, interp.c, mn10300_sim.h, simops.c: New files. - +