]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/rx/ChangeLog
* rx.c (decode_opcode): Declare `rx' as unsigned.
[thirdparty/binutils-gdb.git] / sim / rx / ChangeLog
CommitLineData
8d794149
KB
12010-09-23 Kevin Buettner <kevinb@redhat.com>
2
3 * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
4
6607c80d
KB
5 * rx.c (decode_opcode): Declare `rx' as unsigned.
6
f9c7014e
DD
72010-07-29 DJ Delorie <dj@redhat.com>
8
9 * rx.c (decode_cache_base): New.
10 (id_names): Remove ediv and edivu.
11 (optype_names): Add TwoReg.
12 (maybe_get_mem_page): New.
13 (rx_get_byte): Call it.
14 (get_op): Add TwoReg support.
15 (put_op): Likewise.
16 (PD, PS, PS2, GD, GS, GS2, DSZ, SSZ, S2SZ, US1, US2, OM): "opcode"
17 is a pointer now.
18 (DO_RETURN): New. We use longjmp to return an exception result.
19 (decode_opcode): Make opcode a pointer to the decode cache. Save
20 decoded opcode information and re-use. Call DO_RETURN instead of
21 return throughout. Remove ediv and edivu.
22 * mem.c (ptdc): New. Adds decode cache.
23 (rx_mem_ptr): Support it.
24 (rx_mem_decode_cache): New.
25 * mem.h (enum mem_ptr_action): add MPA_DECODE_CACHE.
26 (rx_mem_decode_cache): Declare.
27 * gdb-if.c (sim_resume): Add decode_opcode's setjmp logic here...
28 * main.c (main): ...and here. Use a fast loop if neither trace
29 nor disassemble is given.
30 * cpu.h (RX_MAKE_STEPPED, RX_MAKE_HIT_BREAK, RX_MAKE_EXITED,
31 RX_MAKE_STOPPED, RX_EXITED, RX_STOPPED): Adjust so that 0 is not a
32 valid code for anything.
33
93378652
DD
342010-07-27 DJ Delorie <dj@redhat.com>
35
36 * README.txt: New.
37 * config.h (CYCLE_ACCURATE, CYCLE_STATS): New.
38 * configure.in (--enable-cycle-accurate, --enable-cycle-stats):
39 New. Default to enabled.
40 * configure: Regenerate.
41
42 * cpu.h (regs_type): Add cycle tracking info.
43 (reset_pipeline_stats): Declare.
44 (halt_pipeline_stats): Declare.
45 (pipeline_stats): Declare.
46 * main.c (done): Call pipeline_stats().
47 * mem.h (rx_mem_ptr): Moved to here ...
48 * mem.c (mem_ptr): ... from here. Rename throughout.
49 (mem_put_byte): Move LEDs to Port A. Add Port B to control cycle
50 statistics. Move UART to SCI4.
51 (mem_put_hi): Add TPU 1-2. TPU 1 and 2 count CPU cycles.
52 * reg.c (init_regs): Set Rt reg to -1 (no reg).
53 * rx.c: Add cycle counting and statistics throughout.
54 (rx_get_byte): Optimize for speed.
55 (decode_opcode): Likewise.
56 (reset_pipeline_stats): New.
57 (halt_pipeline_stats): New.
58 (pipeline_stats): New.
59 * trace.c (sim_disasm_one): Print cycle count.
60
a1669f9a
KB
612010-07-07 Kevin Buettner <kevinb@redhat.com>
62
63 * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.
64
fd60dc69
KB
652010-06-24 Kevin Buettner <kevinb@redhat.com>
66
67 * gdb-if.c (trace.h): Include.
68 (reg_size, sim_fetch_register): Add cases for sim_rx_acc_regnum.
69
092b7bb8
NC
702010-06-07 Nick Clifton <nickc@redhat.com>
71
72 * reg.c (set_oszc): Use unsigned int for the mask.
73 (set_szc, set_osz, set_sz): Likewise.
74
12cb7388
KB
752010-05-28 Kevin Buettner <kevinb@redhat.com>
76
77 * gdb-if.c (sim_do_command): Add a "sim verbose noisy" command.
78
5558e7e6
MF
792010-04-14 Mike Frysinger <vapier@gentoo.org>
80
81 * gdb-if.c (sim_write): Add const to buf arg.
82
2388a152
MM
832010-01-30 Masaki Muranaka <monaka@monami-software.com>
84
85 * configure.in: Check if the host has getopt.h.
86 * configure: Regenerate.
87 * config.in: Regenerate.
88 * main.c: Include config.h.
89 Use HAVE_STDLIB_H, HAVE_UNISTD_H, HAVE_GETOPT_H.
90 Include getopt.h in case HAVE_GETOPT_H is defined.
91
feafbb2e
DD
922009-12-22 Yoshinori Sato <ysato@users.sourceforge.jp>
93
94 * rx/rx.c (decode_opcode): btst bit address mask fix.
95
117f2c0d
DD
962009-11-30 DJ Delorie <dj@redhat.com>
97
98 * rx/rx.c (decode_opcode): fix SWHILE logic.
99
4f8d4a38
DD
1002009-10-27 DJ Delorie <dj@redhat.com>
101 Kevin Buettner <kevinb@redhat.com>
102
103 * load.h: New.
104 * rx.c: New.
105 * syscalls.c: New.
106 * syscalls.h: New.
107 * load.c: New.
108 * configure.in: New.
109 * gdb-if.c: New.
110 * err.c: New.
111 * cpu.h: New.
112 * Makefile.in: New.
113 * fpu.c: New.
114 * mem.c: New.
115 * config.in: New.
116 * err.h: New.
117 * reg.c: New.
118 * mem.h: New.
119 * main.c: New.
120 * misc.h: New.
121 * trace.c: New.
122 * misc.c: New.
123 * syscall.h: New.
124 * trace.h: New.
125 * fpu.h: New.