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