12016-01-06  Mike Frysinger  <vapier@gentoo.org>
2
3	* remote-sim.h (sim_open): Mark argv const.
4	(sim_create_inferior): Mark argv and env const.
5
62015-11-24  Nick Clifton  <nickc@redhat.com>
7
8	* sim-aarch64.h: New file.
9
102015-11-15  Mike Frysinger  <vapier@gentoo.org>
11
12	* sim-cr16.h (SIM_CR16_MEMORY_UNIFIED, SIM_CR16_MEMORY_INSN,
13	SIM_CR16_MEMORY_DATA, SIM_CR16_MEMORY_DMAP, SIM_CR16_MEMORY_IMAP):
14	Delete.
15
162015-11-14  Mike Frysinger  <vapier@gentoo.org>
17
18	* sim-arm.h: Delete __cplusplus checks and extern "C" linkage.
19	* sim-cr16.h, sim-d10v.h, sim-frv.h, sim-h8300.h, sim-lm32.h,
20	sim-sh.h: Likewise.
21
222015-11-10  Mike Frysinger  <vapier@gentoo.org>
23
24	* sim-cr16.h (sim_cr16_translate_dmap_addr): Delete.
25	(sim_cr16_translate_imap_addr): Likewise.
26	(sim_cr16_translate_addr): Likewise.
27	* sim-d10v.h (sim_d10v_translate_dmap_addr): Delete.
28	(sim_d10v_translate_imap_addr): Likewise.
29	(sim_d10v_translate_addr): Likewise.
30
312015-06-17  Mike Frysinger  <vapier@gentoo.org>
32
33	* callback.h (CB_TARGET_DEFS_MAP): Add name member.
34	(cb_host_str_syscall, cb_host_str_errno, cb_host_str_signal,
35	cb_target_str_syscall, cb_target_str_errno, cb_target_str_signal):
36	Declare.
37
382015-03-28  James Bowman  <james.bowman@ftdichip.com>
39
40	* sim-ft32.h: New file.
41
422015-05-15  Mike Frysinger  <vapier@gentoo.org>
43
44	* remote-sim.h (struct host_callback_struct): Define.
45
462015-01-31  Doug Evans  <xdje42@gmail.com>
47
48	* section-scripts.h: Remove "future extension" comment.
49	(SECTION_SCRIPT_ID_PYTHON_TEXT): New macro.
50	(SECTION_SCRIPT_ID_SCHEME_TEXT): New macro.
51
522014-12-03  Joel Brobecker  <brobecker@adacore.com>
53
54	* callback.h (struct host_callback_struct) <to_stat>: Renamed
55	from "stat".
56	<to_fstat>: Renamed from "fstat".
57	<to_lstat>: Renamed from "lstat".
58
592014-03-10  Mike Frysinger  <vapier@gentoo.org>
60
61	* remote-sim.h (sim_do_command): Add const to cmd.
62
632014-03-05  Alan Modra  <amodra@gmail.com>
64
65	Update copyright notice.
66
672014-03-05  Mike Frysinger  <vapier@gentoo.org>
68
69	* remote-sim.h (sim_load): Add const to prog.
70
712014-02-09  Doug Evans  <xdje42@gmail.com>
72
73	* section-scripts.h: New file.
74
752013-10-22  Sterling Augustine  <saugustine@google.com>
76
77	* gdb-index.h: Merge from gdb tree.
78
792013-03-15  Steve Ellcey  <sellcey@mips.com>
80
81	* remote-sim.h (sim_command_completer): Make char arguments const.
82
832013-01-01  Joel Brobecker  <brobecker@adacore.com>
84
85	Update year range in copyright notice of all files.
86
872012-06-23  Doug Evans  <dje@google.com>
88
89	* gdb-index.h: New file.
90
912012-05-24  Pedro Alves  <palves@redhat.com>
92
93	PR gdb/7205
94
95	Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
96
972012-05-24  Pedro Alves  <palves@redhat.com>
98
99	PR gdb/7205
100
101	Replace target_signal with gdb_signal throughout.
102
1032012-04-12  Mike Frysinger  <vapier@gentoo.org>
104
105	* callback.h (CB_SYS_argc, CB_SYS_argnlen, CB_SYS_argn): Define.
106
1072012-02-03  Kevin Buettner  <kevinb@redhat.com>
108
109	* sim-rl78.h: New file.
110
1112011-12-03  Mike Frysinger  <vapier@gentoo.org>
112
113	* callback.h (cb_get_string): New prototype.
114
1152011-04-14  Mike Frysinger  <vapier@gentoo.org>
116
117	* remote-sim.h (sim_complete_command): New prototype.
118
1192011-03-05  Mike Frysinger  <vapier@gentoo.org>
120
121	* sim-bfin.h: New file.
122
1232011-01-11  Andrew Burgess  <aburgess@broadcom.com>
124
125	* remote-sim.h (sim_store_register): Update the API
126	documentation for this function.
127
1282010-09-06  Pedro Alves  <pedro@codesourcery.com>
129
130	* signals.def: Replace all ANY uses by SET with specific numbers.
131	* signals.h (ANY): Remove.
132
1332010-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
134
135	* signals.h (enum target_signal): Move the content to signals.def.
136	Include it.
137	* signals.def: New file.
138
1392010-06-24  Kevin Buettner  <kevinb@redhat.com>
140
141	* sim-rx.h (sim_rx_regnum): Add sim_rx_acc_regnum.  Adjust
142	register order.
143
1442010-04-13  Mike Frysinger  <vapier@gentoo.org>
145
146	* callback.h: Strip PARAMS from prototypes.
147	* remote-sim.h: Likewise.
148
1492010-04-13  Mike Frysinger  <vapier@gentoo.org>
150
151	* remote-sim.h (sim_write): Add const to buf arg.
152
1532009-11-24  DJ Delorie  <dj@redhat.com>
154
155	* sim-rx.h: New.
156
1572009-05-18  Jon Beniston <jon@beniston.com>
158
159	* sim-lm32.h: New file.
160
1612009-01-07  Hans-Peter Nilsson  <hp@axis.com>
162
163	* callback.h (struct host_callback_struct): Mark member error as
164	pointing to a noreturn function.
165
1662008-02-12  M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
167
168	* sim-cr16.h: New file.
169
1702008-01-01  Daniel Jacobowitz  <dan@codesourcery.com>
171
172	Updated copyright notices for most files.
173
1742007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
175
176	* sim-ppc.h (sim_spr_register_name): New prototype.
177
1782007-10-11  Jesper Nilsson  <jesper.nilsson@axis.com>
179
180	* callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
181
1822007-08-23  Joel Brobecker  <brobecker@adacore.com>
183
184	Switch the license of all .h files to GPLv3.
185
1862007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
187
188	Updated copyright notices for most files.
189
1902005-07-08  Ben Elliston  <bje@au.ibm.com>
191
192	* callback.h: Remove ANSI_PROTOTYPES conditional code.
193
1942005-01-28  Hans-Peter Nilsson  <hp@axis.com>
195
196	* callback.h (struct host_callback_struct): New members pipe,
197	pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
198	target_sizeof_int.
199	(CB_SYS_pipe): New macro.
200
201	* callback.h: Include "bfd.h".
202	(struct host_callback_struct): New member target_endian.
203	(cb_store_target_endian): Declare.
204
2052004-12-15  Hans-Peter Nilsson  <hp@axis.com>
206
207	* callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
208
2092004-12-13  Hans-Peter Nilsson  <hp@axis.com>
210
211	* callback.h (struct host_callback_struct): New member lstat.
212	(CB_SYS_lstat): New macro.
213	(CB_SYS_rename): New macro.
214
2152004-09-08  Michael Snyder  <msnyder@redhat.com>
216
217	Commited by Corinna Vinschen <vinschen@redhat.com>
218	* sim-sh.h: Add new sh2a banked registers.
219
2202004-08-04  Andrew Cagney  <cagney@gnu.org>
221
222	* sim-ppc.h: Add extern "C" wrapper.
223	(enum sim_ppc_regnum): Add full list of SPRs.
224
2252004-08-04  Jim Blandy  <jimb@redhat.com>
226
227	* sim-ppc.h: New file.
228
2292004-06-25  J"orn Rennecke <joern.rennecke@superh.com>
230
231	* callback.h (host_callback_struct): Replace members fdopen and
232	alwaysopen with fd_buddy.
233	[sim/common: * callback.c: Changed all users.  ]
234
2352003-10-31  Kevin Buettner  <kevin@redhat.com>
236
237	* sim-frv.h: New file.
238
2392003-10-15  J"orn Rennecke <joern.rennecke@superh.com>
240
241	* callback.h (struct host_callback_struct): New members ftruncate
242	and truncate.
243
2442003-06-10  Corinna Vinschen  <vinschen@redhat.com>
245
246	* fileio.h: New file.
247
2482003-05-07  Andrew Cagney  <cagney@redhat.com>
249
250	* sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
251	(sim_d10v_translate_imap_addr): Add regcache parameter.
252	(sim_d10v_translate_dmap_addr): Ditto.
253
2542003-03-27  Nick Clifton  <nickc@redhat.com>
255
256	* sim-arm.h (sim_arm_regs): Add iWMMXt registers.
257
2582003-03-20  Nick Clifton  <nickc@redhat.com>
259
260	* sim-arm.h (sim_arm_regs): Add Maverick co-processor
261	registers.
262
2632003-02-27  Andrew Cagney  <cagney@redhat.com>
264
265	* remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
266	_bfd to bfd.
267
2682003-02-20  Andrew Cagney  <ac131313@redhat.com>
269
270	* remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT,
271	SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT.
272	(sim_set_breakpoint, sim_clear_breakpoint): Delete declarations.
273	(sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto.
274	(sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto.
275	(sim_disable_all_breakpoints): Ditto.
276
2772002-12-26  Kazu Hirata  <kazu@cs.umass.edu>
278
279	* sim-h8300.h: Remove ^M.
280
2812002-07-29  Andrey Volkov  <avolkov@transas.com>
282
283	* sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
284	prefix.
285
2862002-07-23  Andrey Volkov  <avolkov@transas.com>
287
288	* sim-h8300.h: New file.
289
2902002-07-17  Andrew Cagney  <cagney@redhat.com>
291
292	* remote-sim.h: Update copyright.
293	(sim_set_callbacks, sim_size, sim_trace)
294	(sim_set_trace, sim_set_profile_size, sim_kill): Delete.  Moved to
295	"sim/common/run-sim.h".
296
297Wed Jul 17 19:36:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
298
299	* sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp,
300	renumbering the sh-dsp registers to use distinct numbers.
301
3022002-06-15  Andrew Cagney  <ac131313@redhat.com>
303
304	* sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
305
3062002-06-12  Andrew Cagney  <ac131313@redhat.com>
307
308	* sim-arm.h: New file.
309
3102002-06-08  Andrew Cagney  <cagney@redhat.com>
311
312	* callback.h: Copy to here from directory above.
313	* remote-sim.h: Copy to here from directory above.
314
3152002-06-01  Andrew Cagney  <ac131313@redhat.com>
316
317	* sim-d10v.h (sim_d10v_regs): Expand to include all registers.
318	Update copyright.
319
3202002-05-23  Andrew Cagney  <ac131313@redhat.com>
321
322	* sim-d10v.h: New file.  Moved from include/sim-d10v.h.
323
3242002-05-10  Elena Zannoni  <ezannoni@redhat.com>
325
326	* sim-sh.h: New file, for sh gdb<->sim interface.
327
3282002-05-09  Daniel Jacobowitz  <drow@mvista.com>
329
330	* signals.h: Update comments.
331	(enum target_signal): Remove conditional compilation around
332	Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
333
3342002-03-10  Daniel Jacobowitz  <drow@mvista.com>
335
336	* signals.h: New file, from gdb/defs.h.
337
338
339Copyright (C) 2002-2016 Free Software Foundation, Inc.
340
341Copying and distribution of this file, with or without modification,
342are permitted in any medium without royalty provided the copyright
343notice and this notice are preserved.
344
345Local Variables:
346mode: change-log
347left-margin: 8
348fill-column: 74
349version-control: never
350End:
351