2014-08-19 12:29:56 +00:00
|
|
|
2014-08-19 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2014-08-15 22:46:40 +00:00
|
|
|
2014-08-15 Roland McGrath <mcgrathr@google.com>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
* config.in: Regenerate.
|
|
|
|
|
2014-02-20 05:28:17 +00:00
|
|
|
2014-03-10 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* gdb-if.c (sim_do_command): Add const to cmd. Move args
|
|
|
|
to top and add const. Call strdup on cmd and free at end.
|
|
|
|
|
2014-02-20 05:13:48 +00:00
|
|
|
2014-03-05 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* gdb-if.c (sim_load): Add const to prog.
|
|
|
|
|
2014-02-18 01:15:56 +00:00
|
|
|
2014-02-17 Kevin Buettner <kevinb@redhat.com>
|
|
|
|
|
|
|
|
* gdb-if.c (rx_signal_to_host): Rename to
|
|
|
|
`rx_signal_to_gdb_signal'. Make static. Update all callers
|
|
|
|
to use new name. Use signal names from include/gdb/signals.h.
|
|
|
|
|
2013-09-23 00:32:27 +00:00
|
|
|
2013-09-23 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2013-06-28 07:19:44 +00:00
|
|
|
2013-06-25 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
* rx.c (SHIFT_OP): A shift by zero still sets the condition
|
|
|
|
codes.
|
|
|
|
|
2013-06-05 01:42:13 +00:00
|
|
|
2013-06-03 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* aclocal.m4, configure: Regenerate.
|
|
|
|
|
2013-01-16 10:45:22 +00:00
|
|
|
2013-01-16 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
* rx.c (decode_opcode): Handle RXO_satr.
|
|
|
|
|
Define PACKAGE macro in all sims' config.h.
Some of the common includes in include/gdb such as callback.h
include bfd.h. But there was a recent change in bfd-in.h to
require that config.h be included before bfd.h can be included:
/* PR 14072: Ensure that config.h is included first. */
#if !defined PACKAGE && !defined PACKAGE_VERSION
#error config.h must be included before this header
#endif
PACKAGE_VERSION is always defined by default by the AC_INIT autoconf
macro, but PACKAGE isn't. This patch updates the SIM_AC_COMMON macro
to define it, and then regenerates all configure scripts and config.in
files.
sim/common/changeLog:
* acinclude.m4 (SIM_AC_COMMON): Define PACKAGE.
* config.in, configure: Regenerate.
sim/ChangeLog:
* configure: Regenerate.
sim/arm/ChangeLog:
* config.in, configure: Regenerate.
sim/avr/ChangeLog:
* config.in, configure: Regenerate.
sim/bfin/ChangeLog:
* config.in, configure: Regenerate.
sim/cr16/ChangeLog:
* config.in, configure: Regenerate.
sim/cris/ChangeLog:
* config.in, configure: Regenerate.
sim/d10v/ChangeLog:
* config.in, configure: Regenerate.
sim/erc32/ChangeLog:
* config.in, configure: Regenerate.
sim/frv/ChangeLog:
* config.in, configure: Regenerate.
sim/h8300/ChangeLog:
* config.in, configure: Regenerate.
sim/iq2000/ChangeLog:
* config.in, configure: Regenerate.
sim/lm32/ChangeLog:
* config.in, configure: Regenerate.
sim/m32c/ChangeLog:
* config.in, configure: Regenerate.
sim/m32r/ChangeLog:
* config.in, configure: Regenerate.
sim/m68hc11/ChangeLog:
* config.in, configure: Regenerate.
sim/mcore/ChangeLog:
* config.in, configure: Regenerate.
sim/microblaze/ChangeLog:
* config.in, configure: Regenerate.
sim/mips/ChangeLog:
* config.in, configure: Regenerate.
sim/mn10300/ChangeLog:
* config.in, configure: Regenerate.
sim/moxie/ChangeLog:
* config.in, configure: Regenerate.
sim/ppc/ChangeLog:
* configure: Regenerate.
sim/rl78/ChangeLog:
* config.in, configure: Regenerate.
sim/rx/ChangeLog:
* config.in, configure: Regenerate.
sim/sh/ChangeLog:
* config.in, configure: Regenerate.
sim/sh64/ChangeLog:
* config.in, configure: Regenerate.
sim/v850/ChangeLog:
* config.in, configure: Regenerate.
sim/testsuite/ChangeLog:
* configure: Regenerate.
2012-06-15 17:20:10 +00:00
|
|
|
2012-06-15 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
|
2012-05-24 16:51:47 +00:00
|
|
|
2012-05-24 Pedro Alves <palves@redhat.com>
|
|
|
|
|
|
|
|
PR gdb/7205
|
|
|
|
|
|
|
|
Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
|
|
|
|
|
2012-03-24 05:38:43 +00:00
|
|
|
2012-03-24 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* aclocal.m4, config.in, configure: Regenerate.
|
|
|
|
|
2012-03-23 04:00:59 +00:00
|
|
|
2012-03-22 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* configure.ac (CYCLE_ACCURATE): Add template with AC_DEFINE call.
|
|
|
|
(CYCLE_STATS): Likewise.
|
|
|
|
|
2012-03-03 01:23:45 +00:00
|
|
|
2012-03-02 Kevin Buettner <kevinb@redhat.com>
|
|
|
|
|
|
|
|
* load.h (rx_load): Add `callback' parameter to function prototype.
|
|
|
|
(gdb/callback.h): Include.
|
|
|
|
* load.c (load.h): Include.
|
|
|
|
(xprintf, find_section_name_by_offset): New functions.
|
|
|
|
(rx_load): Add `callback' parameter. Add code for printing
|
|
|
|
section loaded using GDB's printf facilities.
|
|
|
|
* gdb-if.c (sim_load, sim_create_inferior): Update calls to
|
|
|
|
rx_load().
|
|
|
|
* main.c (main): Likewise.
|
|
|
|
* syscalls.c, syscalls.h (get_callbacks): New function.
|
|
|
|
|
2011-12-03 18:23:51 +00:00
|
|
|
2011-12-03 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* aclocal.m4: New file.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2011-10-18 00:31:00 +00:00
|
|
|
2011-10-17 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* configure.ac: Change include to common/acinclude.m4.
|
|
|
|
|
2011-10-18 00:17:24 +00:00
|
|
|
2011-10-17 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* 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 19:00:17 +00:00
|
|
|
2011-07-11 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* configure.ac: Rename from configure.in.
|
|
|
|
|
2011-07-11 18:45:45 +00:00
|
|
|
2011-07-11 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* configure.in: Add "dnl" before copyright notice.
|
|
|
|
|
2011-04-16 18:16:36 +00:00
|
|
|
2011-04-16 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* gdb-if.c (sim_complete_command): New stub function.
|
|
|
|
|
2011-01-11 14:19:34 +00:00
|
|
|
2011-01-11 Andrew Burgess <aburgess@broadcom.com>
|
|
|
|
|
|
|
|
* gdb-if.c (sim_store_register): Update return value to
|
|
|
|
match new API.
|
|
|
|
|
2010-12-14 23:12:20 +00:00
|
|
|
2010-12-14 DJ Delorie <dj@redhat.com>
|
|
|
|
|
|
|
|
* rx.c (decode_opcode): For "MVFC PC,", use the address of the
|
|
|
|
opcode, not the address following the opcode.
|
2010-12-14 23:39:03 +00:00
|
|
|
(decode_opcode): RXO_branchrel is relative to the opcode's PC, not
|
|
|
|
the address following the opcode.
|
2010-12-14 23:12:20 +00:00
|
|
|
|
2010-11-12 01:01:12 +00:00
|
|
|
2010-11-11 DJ Delorie <dj@redhat.com>
|
|
|
|
|
|
|
|
* 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-30 00:03:23 +00:00
|
|
|
2010-09-29 Kevin Buettner <kevinb@redhat.com>
|
|
|
|
|
|
|
|
* 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 15:47:45 +00:00
|
|
|
2010-09-29 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
* 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-24 05:18:23 +00:00
|
|
|
2010-09-23 Kevin Buettner <kevinb@redhat.com>
|
|
|
|
|
|
|
|
* rx.c (decode_opcode): Add cycle information for RXO_smovu.
|
|
|
|
|
2010-09-23 23:05:28 +00:00
|
|
|
2010-09-23 Kevin Buettner <kevinb@redhat.com>
|
|
|
|
|
|
|
|
* fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
|
|
|
|
|
2010-09-24 04:45:08 +00:00
|
|
|
* rx.c (decode_opcode): Declare `tx' as unsigned.
|
2010-09-23 23:26:42 +00:00
|
|
|
|
2010-09-23 23:42:53 +00:00
|
|
|
* cpu.h (reset_decoder): Declare.
|
|
|
|
* load.c (rx_load): Call `reset_decoder'.
|
|
|
|
* rx.c (reset_decoder): New function.
|
|
|
|
|
[include/opcode]
* rx.h (RX_Operand_Type): Add TwoReg.
(RX_Opcode_ID): Remove ediv and ediv2.
[opcodes]
* rx-decode.opc (SRR): New.
(rx_decode_opcode): Use it for movbi and movbir. Decode NOP2 (mov
r0,r0) and NOP3 (max r0,r0) special cases.
* rx-decode.c: Regenerate.
[sim/rx]
* rx.c (decode_cache_base): New.
(id_names): Remove ediv and edivu.
(optype_names): Add TwoReg.
(maybe_get_mem_page): New.
(rx_get_byte): Call it.
(get_op): Add TwoReg support.
(put_op): Likewise.
(PD, PS, PS2, GD, GS, GS2, DSZ, SSZ, S2SZ, US1, US2, OM): "opcode"
is a pointer now.
(DO_RETURN): New. We use longjmp to return an exception result.
(decode_opcode): Make opcode a pointer to the decode cache. Save
decoded opcode information and re-use. Call DO_RETURN instead of
return throughout. Remove ediv and edivu.
* mem.c (ptdc): New. Adds decode cache.
(rx_mem_ptr): Support it.
(rx_mem_decode_cache): New.
* mem.h (enum mem_ptr_action): add MPA_DECODE_CACHE.
(rx_mem_decode_cache): Declare.
* gdb-if.c (sim_resume): Add decode_opcode's setjmp logic here...
* main.c (main): ...and here. Use a fast loop if neither trace
nor disassemble is given.
* cpu.h (RX_MAKE_STEPPED, RX_MAKE_HIT_BREAK, RX_MAKE_EXITED,
RX_MAKE_STOPPED, RX_EXITED, RX_STOPPED): Adjust so that 0 is not a
valid code for anything.
2010-07-29 18:41:28 +00:00
|
|
|
2010-07-29 DJ Delorie <dj@redhat.com>
|
|
|
|
|
|
|
|
* rx.c (decode_cache_base): New.
|
|
|
|
(id_names): Remove ediv and edivu.
|
|
|
|
(optype_names): Add TwoReg.
|
|
|
|
(maybe_get_mem_page): New.
|
|
|
|
(rx_get_byte): Call it.
|
|
|
|
(get_op): Add TwoReg support.
|
|
|
|
(put_op): Likewise.
|
|
|
|
(PD, PS, PS2, GD, GS, GS2, DSZ, SSZ, S2SZ, US1, US2, OM): "opcode"
|
|
|
|
is a pointer now.
|
|
|
|
(DO_RETURN): New. We use longjmp to return an exception result.
|
|
|
|
(decode_opcode): Make opcode a pointer to the decode cache. Save
|
|
|
|
decoded opcode information and re-use. Call DO_RETURN instead of
|
|
|
|
return throughout. Remove ediv and edivu.
|
|
|
|
* mem.c (ptdc): New. Adds decode cache.
|
|
|
|
(rx_mem_ptr): Support it.
|
|
|
|
(rx_mem_decode_cache): New.
|
|
|
|
* mem.h (enum mem_ptr_action): add MPA_DECODE_CACHE.
|
|
|
|
(rx_mem_decode_cache): Declare.
|
|
|
|
* gdb-if.c (sim_resume): Add decode_opcode's setjmp logic here...
|
|
|
|
* main.c (main): ...and here. Use a fast loop if neither trace
|
|
|
|
nor disassemble is given.
|
|
|
|
* cpu.h (RX_MAKE_STEPPED, RX_MAKE_HIT_BREAK, RX_MAKE_EXITED,
|
|
|
|
RX_MAKE_STOPPED, RX_EXITED, RX_STOPPED): Adjust so that 0 is not a
|
|
|
|
valid code for anything.
|
|
|
|
|
2010-07-28 21:58:22 +00:00
|
|
|
2010-07-27 DJ Delorie <dj@redhat.com>
|
|
|
|
|
|
|
|
* README.txt: New.
|
|
|
|
* config.h (CYCLE_ACCURATE, CYCLE_STATS): New.
|
|
|
|
* configure.in (--enable-cycle-accurate, --enable-cycle-stats):
|
|
|
|
New. Default to enabled.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
|
|
* cpu.h (regs_type): Add cycle tracking info.
|
|
|
|
(reset_pipeline_stats): Declare.
|
|
|
|
(halt_pipeline_stats): Declare.
|
|
|
|
(pipeline_stats): Declare.
|
|
|
|
* main.c (done): Call pipeline_stats().
|
|
|
|
* mem.h (rx_mem_ptr): Moved to here ...
|
|
|
|
* mem.c (mem_ptr): ... from here. Rename throughout.
|
|
|
|
(mem_put_byte): Move LEDs to Port A. Add Port B to control cycle
|
|
|
|
statistics. Move UART to SCI4.
|
|
|
|
(mem_put_hi): Add TPU 1-2. TPU 1 and 2 count CPU cycles.
|
|
|
|
* reg.c (init_regs): Set Rt reg to -1 (no reg).
|
|
|
|
* rx.c: Add cycle counting and statistics throughout.
|
|
|
|
(rx_get_byte): Optimize for speed.
|
|
|
|
(decode_opcode): Likewise.
|
|
|
|
(reset_pipeline_stats): New.
|
|
|
|
(halt_pipeline_stats): New.
|
|
|
|
(pipeline_stats): New.
|
|
|
|
* trace.c (sim_disasm_one): Print cycle count.
|
|
|
|
|
2010-07-07 23:22:43 +00:00
|
|
|
2010-07-07 Kevin Buettner <kevinb@redhat.com>
|
|
|
|
|
|
|
|
* gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.
|
|
|
|
|
2010-06-24 20:38:05 +00:00
|
|
|
2010-06-24 Kevin Buettner <kevinb@redhat.com>
|
|
|
|
|
|
|
|
* gdb-if.c (trace.h): Include.
|
|
|
|
(reg_size, sim_fetch_register): Add cases for sim_rx_acc_regnum.
|
|
|
|
|
2010-06-08 10:15:48 +00:00
|
|
|
2010-06-07 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
* reg.c (set_oszc): Use unsigned int for the mask.
|
|
|
|
(set_szc, set_osz, set_sz): Likewise.
|
|
|
|
|
2010-05-28 17:10:32 +00:00
|
|
|
2010-05-28 Kevin Buettner <kevinb@redhat.com>
|
|
|
|
|
|
|
|
* gdb-if.c (sim_do_command): Add a "sim verbose noisy" command.
|
|
|
|
|
2010-04-14 07:38:06 +00:00
|
|
|
2010-04-14 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* gdb-if.c (sim_write): Add const to buf arg.
|
|
|
|
|
2010-02-14 07:37:11 +00:00
|
|
|
2010-01-30 Masaki Muranaka <monaka@monami-software.com>
|
|
|
|
|
|
|
|
* configure.in: Check if the host has getopt.h.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* config.in: Regenerate.
|
|
|
|
* main.c: Include config.h.
|
|
|
|
Use HAVE_STDLIB_H, HAVE_UNISTD_H, HAVE_GETOPT_H.
|
|
|
|
Include getopt.h in case HAVE_GETOPT_H is defined.
|
|
|
|
|
2009-12-23 03:51:47 +00:00
|
|
|
2009-12-22 Yoshinori Sato <ysato@users.sourceforge.jp>
|
|
|
|
|
|
|
|
* rx/rx.c (decode_opcode): btst bit address mask fix.
|
|
|
|
|
2009-11-30 23:37:39 +00:00
|
|
|
2009-11-30 DJ Delorie <dj@redhat.com>
|
|
|
|
|
|
|
|
* rx/rx.c (decode_opcode): fix SWHILE logic.
|
|
|
|
|
2009-11-24 19:22:45 +00:00
|
|
|
2009-10-27 DJ Delorie <dj@redhat.com>
|
|
|
|
Kevin Buettner <kevinb@redhat.com>
|
|
|
|
|
|
|
|
* load.h: New.
|
|
|
|
* rx.c: New.
|
|
|
|
* syscalls.c: New.
|
|
|
|
* syscalls.h: New.
|
|
|
|
* load.c: New.
|
|
|
|
* configure.in: New.
|
|
|
|
* gdb-if.c: New.
|
|
|
|
* err.c: New.
|
|
|
|
* cpu.h: New.
|
|
|
|
* Makefile.in: New.
|
|
|
|
* fpu.c: New.
|
|
|
|
* mem.c: New.
|
|
|
|
* config.in: New.
|
|
|
|
* err.h: New.
|
|
|
|
* reg.c: New.
|
|
|
|
* mem.h: New.
|
|
|
|
* main.c: New.
|
|
|
|
* misc.h: New.
|
|
|
|
* trace.c: New.
|
|
|
|
* misc.c: New.
|
|
|
|
* syscall.h: New.
|
|
|
|
* trace.h: New.
|
|
|
|
* fpu.h: New.
|