sim: cr16: convert to common sim memory modules
[binutils-gdb.git] / include / gdb / ChangeLog
1 2015-11-15 Mike Frysinger <vapier@gentoo.org>
2
3 * sim-cr16.h (SIM_CR16_MEMORY_UNIFIED, SIM_CR16_MEMORY_INSN,
4 SIM_CR16_MEMORY_DATA, SIM_CR16_MEMORY_DMAP, SIM_CR16_MEMORY_IMAP):
5 Delete.
6
7 2015-11-14 Mike Frysinger <vapier@gentoo.org>
8
9 * sim-arm.h: Delete __cplusplus checks and extern "C" linkage.
10 * sim-cr16.h, sim-d10v.h, sim-frv.h, sim-h8300.h, sim-lm32.h,
11 sim-sh.h: Likewise.
12
13 2015-11-10 Mike Frysinger <vapier@gentoo.org>
14
15 * sim-cr16.h (sim_cr16_translate_dmap_addr): Delete.
16 (sim_cr16_translate_imap_addr): Likewise.
17 (sim_cr16_translate_addr): Likewise.
18 * sim-d10v.h (sim_d10v_translate_dmap_addr): Delete.
19 (sim_d10v_translate_imap_addr): Likewise.
20 (sim_d10v_translate_addr): Likewise.
21
22 2015-06-17 Mike Frysinger <vapier@gentoo.org>
23
24 * callback.h (CB_TARGET_DEFS_MAP): Add name member.
25 (cb_host_str_syscall, cb_host_str_errno, cb_host_str_signal,
26 cb_target_str_syscall, cb_target_str_errno, cb_target_str_signal):
27 Declare.
28
29 2015-03-28 James Bowman <james.bowman@ftdichip.com>
30
31 * sim-ft32.h: New file.
32
33 2015-05-15 Mike Frysinger <vapier@gentoo.org>
34
35 * remote-sim.h (struct host_callback_struct): Define.
36
37 2015-01-31 Doug Evans <xdje42@gmail.com>
38
39 * section-scripts.h: Remove "future extension" comment.
40 (SECTION_SCRIPT_ID_PYTHON_TEXT): New macro.
41 (SECTION_SCRIPT_ID_SCHEME_TEXT): New macro.
42
43 2014-12-03 Joel Brobecker <brobecker@adacore.com>
44
45 * callback.h (struct host_callback_struct) <to_stat>: Renamed
46 from "stat".
47 <to_fstat>: Renamed from "fstat".
48 <to_lstat>: Renamed from "lstat".
49
50 2014-03-10 Mike Frysinger <vapier@gentoo.org>
51
52 * remote-sim.h (sim_do_command): Add const to cmd.
53
54 2014-03-05 Alan Modra <amodra@gmail.com>
55
56 Update copyright notice.
57
58 2014-03-05 Mike Frysinger <vapier@gentoo.org>
59
60 * remote-sim.h (sim_load): Add const to prog.
61
62 2014-02-09 Doug Evans <xdje42@gmail.com>
63
64 * section-scripts.h: New file.
65
66 2013-03-15 Steve Ellcey <sellcey@mips.com>
67
68 * gdb/remote-sim.h (sim_command_completer): Make char arguments const.
69
70 2013-01-01 Joel Brobecker <brobecker@adacore.com>
71
72 Update year range in copyright notice of all files.
73
74 2012-06-23 Doug Evans <dje@google.com>
75
76 * gdb-index.h: New file.
77
78 2012-05-24 Pedro Alves <palves@redhat.com>
79
80 PR gdb/7205
81
82 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
83
84 2012-05-24 Pedro Alves <palves@redhat.com>
85
86 PR gdb/7205
87
88 Replace target_signal with gdb_signal throughout.
89
90 2012-04-12 Mike Frysinger <vapier@gentoo.org>
91
92 * callback.h (CB_SYS_argc, CB_SYS_argnlen, CB_SYS_argn): Define.
93
94 2012-02-03 Kevin Buettner <kevinb@redhat.com>
95
96 * sim-rl78.h: New file.
97
98 2011-12-03 Mike Frysinger <vapier@gentoo.org>
99
100 * callback.h (cb_get_string): New prototype.
101
102 2011-04-14 Mike Frysinger <vapier@gentoo.org>
103
104 * remote-sim.h (sim_complete_command): New prototype.
105
106 2011-03-05 Mike Frysinger <vapier@gentoo.org>
107
108 * sim-bfin.h: New file.
109
110 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
111
112 * remote-sim.h (sim_store_register): Update the API
113 documentation for this function.
114
115 2010-09-06 Pedro Alves <pedro@codesourcery.com>
116
117 * signals.def: Replace all ANY uses by SET with specific numbers.
118 * signals.h (ANY): Remove.
119
120 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
121
122 * signals.h (enum target_signal): Move the content to signals.def.
123 Include it.
124 * signals.def: New file.
125
126 2010-06-24 Kevin Buettner <kevinb@redhat.com>
127
128 * sim-rx.h (sim_rx_regnum): Add sim_rx_acc_regnum. Adjust
129 register order.
130
131 2010-04-13 Mike Frysinger <vapier@gentoo.org>
132
133 * callback.h: Strip PARAMS from prototypes.
134 * remote-sim.h: Likewise.
135
136 2010-04-13 Mike Frysinger <vapier@gentoo.org>
137
138 * remote-sim.h (sim_write): Add const to buf arg.
139
140 2009-11-24 DJ Delorie <dj@redhat.com>
141
142 * sim-rx.h: New.
143
144 2009-05-18 Jon Beniston <jon@beniston.com>
145
146 * sim-lm32.h: New file.
147
148 2009-01-07 Hans-Peter Nilsson <hp@axis.com>
149
150 * callback.h (struct host_callback_struct): Mark member error as
151 pointing to a noreturn function.
152
153 2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
154
155 * sim-cr16.h: New file.
156
157 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
158
159 Updated copyright notices for most files.
160
161 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
162
163 * sim-ppc.h (sim_spr_register_name): New prototype.
164
165 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
166
167 * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
168
169 2007-08-23 Joel Brobecker <brobecker@adacore.com>
170
171 Switch the license of all .h files to GPLv3.
172
173 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
174
175 Updated copyright notices for most files.
176
177 2005-07-08 Ben Elliston <bje@au.ibm.com>
178
179 * callback.h: Remove ANSI_PROTOTYPES conditional code.
180
181 2005-01-28 Hans-Peter Nilsson <hp@axis.com>
182
183 * callback.h (struct host_callback_struct): New members pipe,
184 pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
185 target_sizeof_int.
186 (CB_SYS_pipe): New macro.
187
188 * callback.h: Include "bfd.h".
189 (struct host_callback_struct): New member target_endian.
190 (cb_store_target_endian): Declare.
191
192 2004-12-15 Hans-Peter Nilsson <hp@axis.com>
193
194 * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
195
196 2004-12-13 Hans-Peter Nilsson <hp@axis.com>
197
198 * callback.h (struct host_callback_struct): New member lstat.
199 (CB_SYS_lstat): New macro.
200 (CB_SYS_rename): New macro.
201
202 2004-09-08 Michael Snyder <msnyder@redhat.com>
203
204 Commited by Corinna Vinschen <vinschen@redhat.com>
205 * sim-sh.h: Add new sh2a banked registers.
206
207 2004-08-04 Andrew Cagney <cagney@gnu.org>
208
209 * sim-ppc.h: Add extern "C" wrapper.
210 (enum sim_ppc_regnum): Add full list of SPRs.
211
212 2004-08-04 Jim Blandy <jimb@redhat.com>
213
214 * sim-ppc.h: New file.
215
216 2004-06-25 J"orn Rennecke <joern.rennecke@superh.com>
217
218 * callback.h (host_callback_struct): Replace members fdopen and
219 alwaysopen with fd_buddy.
220 [sim/common: * callback.c: Changed all users. ]
221
222 2003-10-31 Kevin Buettner <kevin@redhat.com>
223
224 * sim-frv.h: New file.
225
226 2003-10-15 J"orn Rennecke <joern.rennecke@superh.com>
227
228 * callback.h (struct host_callback_struct): New members ftruncate
229 and truncate.
230
231 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
232
233 * gdb/fileio.h: New file.
234
235 2003-05-07 Andrew Cagney <cagney@redhat.com>
236
237 * sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
238 (sim_d10v_translate_imap_addr): Add regcache parameter.
239 (sim_d10v_translate_dmap_addr): Ditto.
240
241 2003-03-27 Nick Clifton <nickc@redhat.com>
242
243 * sim-arm.h (sim_arm_regs): Add iWMMXt registers.
244
245 2003-03-20 Nick Clifton <nickc@redhat.com>
246
247 * sim-arm.h (sim_arm_regs): Add Maverick co-processor
248 registers.
249
250 2003-02-27 Andrew Cagney <cagney@redhat.com>
251
252 * remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
253 _bfd to bfd.
254
255 2003-02-20 Andrew Cagney <ac131313@redhat.com>
256
257 * remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT,
258 SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT.
259 (sim_set_breakpoint, sim_clear_breakpoint): Delete declarations.
260 (sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto.
261 (sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto.
262 (sim_disable_all_breakpoints): Ditto.
263
264 2002-12-26 Kazu Hirata <kazu@cs.umass.edu>
265
266 * sim-h8300.h: Remove ^M.
267
268 2002-07-29 Andrey Volkov <avolkov@transas.com>
269
270 * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
271 prefix.
272
273 2002-07-23 Andrey Volkov <avolkov@transas.com>
274
275 * sim-h8300.h: New file.
276
277 2002-07-17 Andrew Cagney <cagney@redhat.com>
278
279 * remote-sim.h: Update copyright.
280 (sim_set_callbacks, sim_size, sim_trace)
281 (sim_set_trace, sim_set_profile_size, sim_kill): Delete. Moved to
282 "sim/common/run-sim.h".
283
284 Wed Jul 17 19:36:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
285
286 * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp,
287 renumbering the sh-dsp registers to use distinct numbers.
288
289 2002-06-15 Andrew Cagney <ac131313@redhat.com>
290
291 * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
292
293 2002-06-12 Andrew Cagney <ac131313@redhat.com>
294
295 * sim-arm.h: New file.
296
297 2002-06-08 Andrew Cagney <cagney@redhat.com>
298
299 * callback.h: Copy to here from directory above.
300 * remote-sim.h: Copy to here from directory above.
301
302 2002-06-01 Andrew Cagney <ac131313@redhat.com>
303
304 * sim-d10v.h (sim_d10v_regs): Expand to include all registers.
305 Update copyright.
306
307 2002-05-23 Andrew Cagney <ac131313@redhat.com>
308
309 * sim-d10v.h: New file. Moved from include/sim-d10v.h.
310
311 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
312
313 * sim-sh.h: New file, for sh gdb<->sim interface.
314
315 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
316
317 * signals.h: Update comments.
318 (enum target_signal): Remove conditional compilation around
319 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
320
321 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
322
323 * signals.h: New file, from gdb/defs.h.
324
325 \f
326 Copyright (C) 2002-2015 Free Software Foundation, Inc.
327
328 Copying and distribution of this file, with or without modification,
329 are permitted in any medium without royalty provided the copyright
330 notice and this notice are preserved.
331
332 Local Variables:
333 mode: change-log
334 left-margin: 8
335 fill-column: 74
336 version-control: never
337 End: