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