]>
Commit | Line | Data |
---|---|---|
a3487082 MF |
1 | 2015-06-12 Mike Frysinger <[email protected]> |
2 | ||
3 | * configure: Regenerate. | |
4 | ||
306f4178 MF |
5 | 2015-06-12 Mike Frysinger <[email protected]> |
6 | ||
7 | * configure: Regenerate. | |
8 | ||
0952813b DD |
9 | 2015-04-30 DJ Delorie <[email protected]> |
10 | ||
11 | * cpu.c (g14_multiply): New. | |
12 | * cpu.h (g14_multiply): New. | |
13 | * load.c (rl78_load): Decode ISA completely. | |
14 | * main.c (main): Expand -M to include other ISAs. | |
15 | * rl78.c (decode_opcode): Decode based on ISA. | |
16 | * trace.c (rl78_disasm_fn): New. | |
17 | (sim_disasm_init): Reset it. | |
18 | (sim_disasm_one): Get correct disassembler for ISA. | |
19 | ||
bf12d44e MF |
20 | 2015-04-13 Mike Frysinger <[email protected]> |
21 | ||
22 | * configure: Regenerate. | |
23 | ||
aadc9410 MF |
24 | 2015-03-31 Mike Frysinger <[email protected]> |
25 | ||
26 | * config.in, configure: Regenerate. | |
27 | ||
99067e29 NC |
28 | 2015-03-23 Nick Clifton <[email protected]> |
29 | ||
30 | * cpu.c (rl78_g10_mode): Declare. | |
31 | (g13_multiply): Declare. | |
32 | * cpu.h (rl78_g10_mode): Export. | |
33 | (g13_multiply): Export. | |
34 | ||
4819f490 NC |
35 | 2015-03-20 Nick Clifton <[email protected]> |
36 | ||
37 | * load.c (rl78_load): If the G10, G13 or G14 flag bits are set in | |
38 | the ELF header use them to select the proper emulation mode. | |
39 | * mem.c (mem_put_byte): Use mem_put_hi to store a value into the | |
40 | MDB register. | |
41 | (mem_get_byte): Use mem_get_hi to extract a value from the MDB | |
42 | register. | |
43 | ||
ae7d0cac MF |
44 | 2015-03-16 Mike Frysinger <[email protected]> |
45 | ||
46 | * aclocal.m4, config.in, configure: Regenerate. | |
47 | ||
2974be62 AM |
48 | 2014-08-19 Alan Modra <[email protected]> |
49 | ||
50 | * configure: Regenerate. | |
51 | ||
faa743bb RM |
52 | 2014-08-15 Roland McGrath <[email protected]> |
53 | ||
54 | * configure: Regenerate. | |
55 | * config.in: Regenerate. | |
56 | ||
60d847df MF |
57 | 2014-03-10 Mike Frysinger <[email protected]> |
58 | ||
59 | * gdb-if.c (sim_do_command): Add const to cmd. Move args | |
60 | to top and add const. Call strdup on cmd and free at end. | |
61 | ||
b2b255bd MF |
62 | 2014-03-05 Mike Frysinger <[email protected]> |
63 | ||
64 | * gdb-if.c (sim_load): Add const to prog. | |
65 | ||
bf3d9781 AM |
66 | 2013-09-23 Alan Modra <[email protected]> |
67 | ||
68 | * configure: Regenerate. | |
69 | ||
317cc67d KB |
70 | 2013-08-07 Kevin Buettner <[email protected]> |
71 | ||
72 | * gdb-if.c (hw_breakpoints): Remove. | |
73 | (sim_store_register): Add an assert() to make sure PC is in range. | |
74 | Delete code which referenced hw_breakpoints[]. | |
75 | ||
31e6ad7d MF |
76 | 2013-06-03 Mike Frysinger <[email protected]> |
77 | ||
78 | * aclocal.m4, configure: Regenerate. | |
79 | ||
69276d02 NC |
80 | 2013-01-03 Nick Clifton <[email protected]> |
81 | ||
82 | * mem.c (MDBL): Correct value. | |
83 | (MDBH): Correct value. | |
84 | ||
5f3ef9d0 JB |
85 | 2012-06-15 Joel Brobecker <[email protected]> |
86 | ||
87 | * config.in, configure: Regenerate. | |
88 | ||
a493e3e2 PA |
89 | 2012-05-24 Pedro Alves <[email protected]> |
90 | ||
91 | PR gdb/7205 | |
92 | ||
93 | Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout. | |
94 | ||
2232061b MF |
95 | 2012-03-24 Mike Frysinger <[email protected]> |
96 | ||
97 | * aclocal.m4, config.in, configure: Regenerate. | |
98 | ||
9058f767 KB |
99 | 2012-02-03 Kevin Buettner <[email protected]> |
100 | ||
101 | * Makefile.in (SIM_OBJS): Add gdb-if.o. | |
102 | * gdb-if.c: New file. | |
103 | ||
db2e4d67 MF |
104 | 2011-12-03 Mike Frysinger <[email protected]> |
105 | ||
106 | * aclocal.m4: New file. | |
107 | * configure: Regenerate. |