X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Frx%2FChangeLog;h=8718c258c7fc6581e0e4a70862bb26e556588c90;hb=9c082ca86eb4262078f359850ae4466856f156a1;hp=b810475e36e25a0b4e7a58bba46e62278369e4df;hpb=be380a3ea061110105f734192593b3e5472f3941;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index b810475e36..8718c258c7 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,8 +1,65 @@ +2011-10-17 Mike Frysinger + + * configure.ac: Change include to common/acinclude.m4. + +2011-10-17 Mike Frysinger + + * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER + call. Replace common.m4 include with SIM_AC_COMMON. + * configure: Regenerate. + +2011-07-11 Mike Frysinger + + * configure.ac: Rename from configure.in. + +2011-07-11 Mike Frysinger + + * configure.in: Add "dnl" before copyright notice. + +2011-04-16 Mike Frysinger + + * gdb-if.c (sim_complete_command): New stub function. + +2011-01-11 Andrew Burgess + + * gdb-if.c (sim_store_register): Update return value to + match new API. + +2010-12-14 DJ Delorie + + * rx.c (decode_opcode): For "MVFC PC,", use the address of the + opcode, not the address following the opcode. + (decode_opcode): RXO_branchrel is relative to the opcode's PC, not + the address following the opcode. + +2010-11-11 DJ Delorie + + * rx.c (lsb_count): New. + (divu_cycles): New. + (div_cycles): New. + (decode_opcode): Fix cycle count math for div, divu, suntil, and + swhile. + +2010-09-29 Kevin Buettner + + * mem.c (rx_mem_ptr): When invalidating the decode cache, account + for the fact that the instruction decoder never uses swapped + addresses. + +2010-09-29 Nick Clifton + + * rx.c (decode_opcode: RXO_int): Only break out of the emulation + loop if rx_syscall() does not return a RX_STEPPED result. + +2010-09-23 Kevin Buettner + + * rx.c (decode_opcode): Add cycle information for RXO_smovu. + 2010-09-23 Kevin Buettner * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include. - * rx.c (decode_opcode): Declare `rx' as unsigned. + * rx.c (decode_opcode): Declare `tx' as unsigned. * cpu.h (reset_decoder): Declare. * load.c (rx_load): Call `reset_decoder'.