]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - include/gdb/ChangeLog
sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly
[thirdparty/binutils-gdb.git] / include / gdb / ChangeLog
CommitLineData
2e3d4f4d
MF
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
2e8cf49e
NC
62015-11-24 Nick Clifton <nickc@redhat.com>
7
8 * sim-aarch64.h: New file.
9
761e171a
MF
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
c4d4ed40
MF
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
6637a426
MF
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
6362a3f8
MF
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
f46e4eb7
JB
382015-03-28 James Bowman <james.bowman@ftdichip.com>
39
40 * sim-ft32.h: New file.
41
8406bb59
MF
422015-05-15 Mike Frysinger <vapier@gentoo.org>
43
44 * remote-sim.h (struct host_callback_struct): Define.
45
9f050062
DE
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
2d7bb758
JB
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
60d847df
MF
592014-03-10 Mike Frysinger <vapier@gentoo.org>
60
61 * remote-sim.h (sim_do_command): Add const to cmd.
62
4b95cf5c
AM
632014-03-05 Alan Modra <amodra@gmail.com>
64
65 Update copyright notice.
66
b2b255bd
MF
672014-03-05 Mike Frysinger <vapier@gentoo.org>
68
69 * remote-sim.h (sim_load): Add const to prog.
70
63495f2e
DE
712014-02-09 Doug Evans <xdje42@gmail.com>
72
73 * section-scripts.h: New file.
74
331e6131
AM
752013-10-22 Sterling Augustine <saugustine@google.com>
76
77 * gdb-index.h: Merge from gdb tree.
78
3cb2ab1a
SE
792013-03-15 Steve Ellcey <sellcey@mips.com>
80
331e6131 81 * remote-sim.h (sim_command_completer): Make char arguments const.
3cb2ab1a 82
8acc9f48
JB
832013-01-01 Joel Brobecker <brobecker@adacore.com>
84
85 Update year range in copyright notice of all files.
86
156942c7
DE
872012-06-23 Doug Evans <dje@google.com>
88
89 * gdb-index.h: New file.
90
a493e3e2
PA
912012-05-24 Pedro Alves <palves@redhat.com>
92
93 PR gdb/7205
94
72f4393d 95 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 96
2ea28649
PA
972012-05-24 Pedro Alves <palves@redhat.com>
98
99 PR gdb/7205
100
101 Replace target_signal with gdb_signal throughout.
102
81eb0a20
MF
1032012-04-12 Mike Frysinger <vapier@gentoo.org>
104
105 * callback.h (CB_SYS_argc, CB_SYS_argnlen, CB_SYS_argn): Define.
106
9058f767
KB
1072012-02-03 Kevin Buettner <kevinb@redhat.com>
108
109 * sim-rl78.h: New file.
110
71712327
MF
1112011-12-03 Mike Frysinger <vapier@gentoo.org>
112
113 * callback.h (cb_get_string): New prototype.
114
56a9aa1d
MF
1152011-04-14 Mike Frysinger <vapier@gentoo.org>
116
117 * remote-sim.h (sim_complete_command): New prototype.
118
ef016f83
MF
1192011-03-05 Mike Frysinger <vapier@gentoo.org>
120
121 * sim-bfin.h: New file.
122
dae477fe
AB
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
a6eb9bc8
JK
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
a19cae16
JK
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
fd60dc69
KB
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
6f2bc2ee
MF
1442010-04-13 Mike Frysinger <vapier@gentoo.org>
145
146 * callback.h: Strip PARAMS from prototypes.
147 * remote-sim.h: Likewise.
148
cb1cc9c6
MF
1492010-04-13 Mike Frysinger <vapier@gentoo.org>
150
151 * remote-sim.h (sim_write): Add const to buf arg.
152
4f8d4a38
DD
1532009-11-24 DJ Delorie <dj@redhat.com>
154
155 * sim-rx.h: New.
156
c28c63d8
JB
1572009-05-18 Jon Beniston <jon@beniston.com>
158
72f4393d 159 * sim-lm32.h: New file.
c28c63d8 160
ec383c73
HPN
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
ae8aafe1
SR
1662008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
167
168 * sim-cr16.h: New file.
169
9b254dd1
DJ
1702008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
171
172 Updated copyright notices for most files.
173
7cc46491
DJ
1742007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
175
176 * sim-ppc.h (sim_spr_register_name): New prototype.
177
b981d709
DJ
1782007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
179
eb639c50 180 * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
b981d709 181
1d52ba21
JB
1822007-08-23 Joel Brobecker <brobecker@adacore.com>
183
184 Switch the license of all .h files to GPLv3.
185
20ac0504
DJ
1862007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
187
188 Updated copyright notices for most files.
189
043e313a
BE
1902005-07-08 Ben Elliston <bje@au.ibm.com>
191
192 * callback.h: Remove ANSI_PROTOTYPES conditional code.
193
99b2a78e
HPN
1942005-01-28 Hans-Peter Nilsson <hp@axis.com>
195
6a7e5cfe
HPN
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
99b2a78e
HPN
201 * callback.h: Include "bfd.h".
202 (struct host_callback_struct): New member target_endian.
203 (cb_store_target_endian): Declare.
204
2adf959d
HPN
2052004-12-15 Hans-Peter Nilsson <hp@axis.com>
206
207 * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
208
23193ce4 2092004-12-13 Hans-Peter Nilsson <hp@axis.com>
c4b36ce9
HPN
210
211 * callback.h (struct host_callback_struct): New member lstat.
212 (CB_SYS_lstat): New macro.
d3ee64d1 213 (CB_SYS_rename): New macro.
c4b36ce9 214
899a8cf0
CV
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
b0be0601 2202004-08-04 Andrew Cagney <cagney@gnu.org>
7a7aed78 221
b0be0601
AC
222 * sim-ppc.h: Add extern "C" wrapper.
223 (enum sim_ppc_regnum): Add full list of SPRs.
7a7aed78 224
ccfd2f31
JB
2252004-08-04 Jim Blandy <jimb@redhat.com>
226
227 * sim-ppc.h: New file.
228
594ee3a7
JR
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
e4418cab
KB
2352003-10-31 Kevin Buettner <kevin@redhat.com>
236
237 * sim-frv.h: New file.
238
cdc9c0bc
JR
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
430329a9
CV
2442003-06-10 Corinna Vinschen <vinschen@redhat.com>
245
331e6131 246 * fileio.h: New file.
430329a9 247
f6684c31
AC
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
0f026fd0
NC
2542003-03-27 Nick Clifton <nickc@redhat.com>
255
256 * sim-arm.h (sim_arm_regs): Add iWMMXt registers.
257
f603c8fe
NC
2582003-03-20 Nick Clifton <nickc@redhat.com>
259
260 * sim-arm.h (sim_arm_regs): Add Maverick co-processor
261 registers.
262
113dd8b2
AC
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
836cc9f4
AC
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
a7df09ae
KH
2772002-12-26 Kazu Hirata <kazu@cs.umass.edu>
278
279 * sim-h8300.h: Remove ^M.
280
467e9706
AV
2812002-07-29 Andrey Volkov <avolkov@transas.com>
282
283 * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
331e6131 284 prefix.
467e9706 285
88ff637d
AV
2862002-07-23 Andrey Volkov <avolkov@transas.com>
287
288 * sim-h8300.h: New file.
289
75c4388a
AC
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
2f14585c
JR
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
c7731255
AC
3022002-06-15 Andrew Cagney <ac131313@redhat.com>
303
304 * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
305
26216b98
AC
3062002-06-12 Andrew Cagney <ac131313@redhat.com>
307
308 * sim-arm.h: New file.
309
3c25f8c7
AC
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
18c0df9e
AC
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
b91b96f4
AC
3202002-05-23 Andrew Cagney <ac131313@redhat.com>
321
322 * sim-d10v.h: New file. Moved from include/sim-d10v.h.
323
6093d3a5
EZ
3242002-05-10 Elena Zannoni <ezannoni@redhat.com>
325
72f4393d 326 * sim-sh.h: New file, for sh gdb<->sim interface.
6093d3a5 327
1a79372d
DJ
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
dd7bf85e
DJ
3342002-03-10 Daniel Jacobowitz <drow@mvista.com>
335
336 * signals.h: New file, from gdb/defs.h.
337
338\f
618f726f 339Copyright (C) 2002-2016 Free Software Foundation, Inc.
752937aa
NC
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
dd7bf85e
DJ
345Local Variables:
346mode: change-log
347left-margin: 8
348fill-column: 74
349version-control: never
350End: