Fix thinko with previous delta to RL78 sim, by adding code to define the G10 and...
[deliverable/binutils-gdb.git] / sim / rl78 / ChangeLog
1 2015-03-23 Nick Clifton <nickc@redhat.com>
2
3 * cpu.c (rl78_g10_mode): Declare.
4 (g13_multiply): Declare.
5 * cpu.h (rl78_g10_mode): Export.
6 (g13_multiply): Export.
7
8 2015-03-20 Nick Clifton <nickc@redhat.com>
9
10 * load.c (rl78_load): If the G10, G13 or G14 flag bits are set in
11 the ELF header use them to select the proper emulation mode.
12 * mem.c (mem_put_byte): Use mem_put_hi to store a value into the
13 MDB register.
14 (mem_get_byte): Use mem_get_hi to extract a value from the MDB
15 register.
16
17 2015-03-16 Mike Frysinger <vapier@gentoo.org>
18
19 * aclocal.m4, config.in, configure: Regenerate.
20
21 2014-08-19 Alan Modra <amodra@gmail.com>
22
23 * configure: Regenerate.
24
25 2014-08-15 Roland McGrath <mcgrathr@google.com>
26
27 * configure: Regenerate.
28 * config.in: Regenerate.
29
30 2014-03-10 Mike Frysinger <vapier@gentoo.org>
31
32 * gdb-if.c (sim_do_command): Add const to cmd. Move args
33 to top and add const. Call strdup on cmd and free at end.
34
35 2014-03-05 Mike Frysinger <vapier@gentoo.org>
36
37 * gdb-if.c (sim_load): Add const to prog.
38
39 2013-09-23 Alan Modra <amodra@gmail.com>
40
41 * configure: Regenerate.
42
43 2013-08-07 Kevin Buettner <kevinb@redhat.com>
44
45 * gdb-if.c (hw_breakpoints): Remove.
46 (sim_store_register): Add an assert() to make sure PC is in range.
47 Delete code which referenced hw_breakpoints[].
48
49 2013-06-03 Mike Frysinger <vapier@gentoo.org>
50
51 * aclocal.m4, configure: Regenerate.
52
53 2013-01-03 Nick Clifton <nickc@redhat.com>
54
55 * mem.c (MDBL): Correct value.
56 (MDBH): Correct value.
57
58 2012-06-15 Joel Brobecker <brobecker@adacore.com>
59
60 * config.in, configure: Regenerate.
61
62 2012-05-24 Pedro Alves <palves@redhat.com>
63
64 PR gdb/7205
65
66 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
67
68 2012-03-24 Mike Frysinger <vapier@gentoo.org>
69
70 * aclocal.m4, config.in, configure: Regenerate.
71
72 2012-02-03 Kevin Buettner <kevinb@redhat.com>
73
74 * Makefile.in (SIM_OBJS): Add gdb-if.o.
75 * gdb-if.c: New file.
76
77 2011-12-03 Mike Frysinger <vapier@gentoo.org>
78
79 * aclocal.m4: New file.
80 * configure: Regenerate.
This page took 0.032765 seconds and 5 git commands to generate.