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