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