]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/rx/ChangeLog
* gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.
[thirdparty/binutils-gdb.git] / sim / rx / ChangeLog
1 2010-07-07 Kevin Buettner <kevinb@redhat.com>
2
3 * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.
4
5 2010-06-24 Kevin Buettner <kevinb@redhat.com>
6
7 * gdb-if.c (trace.h): Include.
8 (reg_size, sim_fetch_register): Add cases for sim_rx_acc_regnum.
9
10 2010-06-07 Nick Clifton <nickc@redhat.com>
11
12 * reg.c (set_oszc): Use unsigned int for the mask.
13 (set_szc, set_osz, set_sz): Likewise.
14
15 2010-05-28 Kevin Buettner <kevinb@redhat.com>
16
17 * gdb-if.c (sim_do_command): Add a "sim verbose noisy" command.
18
19 2010-04-14 Mike Frysinger <vapier@gentoo.org>
20
21 * gdb-if.c (sim_write): Add const to buf arg.
22
23 2010-01-30 Masaki Muranaka <monaka@monami-software.com>
24
25 * configure.in: Check if the host has getopt.h.
26 * configure: Regenerate.
27 * config.in: Regenerate.
28 * main.c: Include config.h.
29 Use HAVE_STDLIB_H, HAVE_UNISTD_H, HAVE_GETOPT_H.
30 Include getopt.h in case HAVE_GETOPT_H is defined.
31
32 2009-12-22 Yoshinori Sato <ysato@users.sourceforge.jp>
33
34 * rx/rx.c (decode_opcode): btst bit address mask fix.
35
36 2009-11-30 DJ Delorie <dj@redhat.com>
37
38 * rx/rx.c (decode_opcode): fix SWHILE logic.
39
40 2009-10-27 DJ Delorie <dj@redhat.com>
41 Kevin Buettner <kevinb@redhat.com>
42
43 * load.h: New.
44 * rx.c: New.
45 * syscalls.c: New.
46 * syscalls.h: New.
47 * load.c: New.
48 * configure.in: New.
49 * gdb-if.c: New.
50 * err.c: New.
51 * cpu.h: New.
52 * Makefile.in: New.
53 * fpu.c: New.
54 * mem.c: New.
55 * config.in: New.
56 * err.h: New.
57 * reg.c: New.
58 * mem.h: New.
59 * main.c: New.
60 * misc.h: New.
61 * trace.c: New.
62 * misc.c: New.
63 * syscall.h: New.
64 * trace.h: New.
65 * fpu.h: New.