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