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