sim: constify prog_name
[deliverable/binutils-gdb.git] / include / gdb / ChangeLog
CommitLineData
b2b255bd
MF
12014-03-05 Mike Frysinger <vapier@gentoo.org>
2
3 * remote-sim.h (sim_load): Add const to prog.
4
63495f2e
DE
52014-02-09 Doug Evans <xdje42@gmail.com>
6
7 * section-scripts.h: New file.
8
3cb2ab1a
SE
92013-03-15 Steve Ellcey <sellcey@mips.com>
10
11 * gdb/remote-sim.h (sim_command_completer): Make char arguments const.
12
8acc9f48
JB
132013-01-01 Joel Brobecker <brobecker@adacore.com>
14
15 Update year range in copyright notice of all files.
16
156942c7
DE
172012-06-23 Doug Evans <dje@google.com>
18
19 * gdb-index.h: New file.
20
a493e3e2
PA
212012-05-24 Pedro Alves <palves@redhat.com>
22
23 PR gdb/7205
24
25 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
26
2ea28649
PA
272012-05-24 Pedro Alves <palves@redhat.com>
28
29 PR gdb/7205
30
31 Replace target_signal with gdb_signal throughout.
32
81eb0a20
MF
332012-04-12 Mike Frysinger <vapier@gentoo.org>
34
35 * callback.h (CB_SYS_argc, CB_SYS_argnlen, CB_SYS_argn): Define.
36
9058f767
KB
372012-02-03 Kevin Buettner <kevinb@redhat.com>
38
39 * sim-rl78.h: New file.
40
71712327
MF
412011-12-03 Mike Frysinger <vapier@gentoo.org>
42
43 * callback.h (cb_get_string): New prototype.
44
56a9aa1d
MF
452011-04-14 Mike Frysinger <vapier@gentoo.org>
46
47 * remote-sim.h (sim_complete_command): New prototype.
48
ef016f83
MF
492011-03-05 Mike Frysinger <vapier@gentoo.org>
50
51 * sim-bfin.h: New file.
52
dae477fe
AB
532011-01-11 Andrew Burgess <aburgess@broadcom.com>
54
55 * remote-sim.h (sim_store_register): Update the API
56 documentation for this function.
57
a6eb9bc8
JK
582010-09-06 Pedro Alves <pedro@codesourcery.com>
59
60 * signals.def: Replace all ANY uses by SET with specific numbers.
61 * signals.h (ANY): Remove.
62
a19cae16
JK
632010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
64
65 * signals.h (enum target_signal): Move the content to signals.def.
66 Include it.
67 * signals.def: New file.
68
fd60dc69
KB
692010-06-24 Kevin Buettner <kevinb@redhat.com>
70
71 * sim-rx.h (sim_rx_regnum): Add sim_rx_acc_regnum. Adjust
72 register order.
73
6f2bc2ee
MF
742010-04-13 Mike Frysinger <vapier@gentoo.org>
75
76 * callback.h: Strip PARAMS from prototypes.
77 * remote-sim.h: Likewise.
78
cb1cc9c6
MF
792010-04-13 Mike Frysinger <vapier@gentoo.org>
80
81 * remote-sim.h (sim_write): Add const to buf arg.
82
4f8d4a38
DD
832009-11-24 DJ Delorie <dj@redhat.com>
84
85 * sim-rx.h: New.
86
c28c63d8
JB
872009-05-18 Jon Beniston <jon@beniston.com>
88
89 * sim-lm32.h: New file.
90
ec383c73
HPN
912009-01-07 Hans-Peter Nilsson <hp@axis.com>
92
93 * callback.h (struct host_callback_struct): Mark member error as
94 pointing to a noreturn function.
95
ae8aafe1
SR
962008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
97
98 * sim-cr16.h: New file.
99
9b254dd1
DJ
1002008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
101
102 Updated copyright notices for most files.
103
7cc46491
DJ
1042007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
105
106 * sim-ppc.h (sim_spr_register_name): New prototype.
107
b981d709
DJ
1082007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
109
eb639c50 110 * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
b981d709 111
1d52ba21
JB
1122007-08-23 Joel Brobecker <brobecker@adacore.com>
113
114 Switch the license of all .h files to GPLv3.
115
20ac0504
DJ
1162007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
117
118 Updated copyright notices for most files.
119
043e313a
BE
1202005-07-08 Ben Elliston <bje@au.ibm.com>
121
122 * callback.h: Remove ANSI_PROTOTYPES conditional code.
123
99b2a78e
HPN
1242005-01-28 Hans-Peter Nilsson <hp@axis.com>
125
6a7e5cfe
HPN
126 * callback.h (struct host_callback_struct): New members pipe,
127 pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
128 target_sizeof_int.
129 (CB_SYS_pipe): New macro.
130
99b2a78e
HPN
131 * callback.h: Include "bfd.h".
132 (struct host_callback_struct): New member target_endian.
133 (cb_store_target_endian): Declare.
134
2adf959d
HPN
1352004-12-15 Hans-Peter Nilsson <hp@axis.com>
136
137 * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
138
23193ce4 1392004-12-13 Hans-Peter Nilsson <hp@axis.com>
c4b36ce9
HPN
140
141 * callback.h (struct host_callback_struct): New member lstat.
142 (CB_SYS_lstat): New macro.
d3ee64d1 143 (CB_SYS_rename): New macro.
c4b36ce9 144
899a8cf0
CV
1452004-09-08 Michael Snyder <msnyder@redhat.com>
146
147 Commited by Corinna Vinschen <vinschen@redhat.com>
148 * sim-sh.h: Add new sh2a banked registers.
149
b0be0601 1502004-08-04 Andrew Cagney <cagney@gnu.org>
7a7aed78 151
b0be0601
AC
152 * sim-ppc.h: Add extern "C" wrapper.
153 (enum sim_ppc_regnum): Add full list of SPRs.
7a7aed78 154
ccfd2f31
JB
1552004-08-04 Jim Blandy <jimb@redhat.com>
156
157 * sim-ppc.h: New file.
158
594ee3a7
JR
1592004-06-25 J"orn Rennecke <joern.rennecke@superh.com>
160
161 * callback.h (host_callback_struct): Replace members fdopen and
162 alwaysopen with fd_buddy.
163 [sim/common: * callback.c: Changed all users. ]
164
e4418cab
KB
1652003-10-31 Kevin Buettner <kevin@redhat.com>
166
167 * sim-frv.h: New file.
168
cdc9c0bc
JR
1692003-10-15 J"orn Rennecke <joern.rennecke@superh.com>
170
171 * callback.h (struct host_callback_struct): New members ftruncate
172 and truncate.
173
430329a9
CV
1742003-06-10 Corinna Vinschen <vinschen@redhat.com>
175
176 * gdb/fileio.h: New file.
177
f6684c31
AC
1782003-05-07 Andrew Cagney <cagney@redhat.com>
179
180 * sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
181 (sim_d10v_translate_imap_addr): Add regcache parameter.
182 (sim_d10v_translate_dmap_addr): Ditto.
183
0f026fd0
NC
1842003-03-27 Nick Clifton <nickc@redhat.com>
185
186 * sim-arm.h (sim_arm_regs): Add iWMMXt registers.
187
f603c8fe
NC
1882003-03-20 Nick Clifton <nickc@redhat.com>
189
190 * sim-arm.h (sim_arm_regs): Add Maverick co-processor
191 registers.
192
113dd8b2
AC
1932003-02-27 Andrew Cagney <cagney@redhat.com>
194
195 * remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
196 _bfd to bfd.
197
836cc9f4
AC
1982003-02-20 Andrew Cagney <ac131313@redhat.com>
199
200 * remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT,
201 SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT.
202 (sim_set_breakpoint, sim_clear_breakpoint): Delete declarations.
203 (sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto.
204 (sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto.
205 (sim_disable_all_breakpoints): Ditto.
206
a7df09ae
KH
2072002-12-26 Kazu Hirata <kazu@cs.umass.edu>
208
209 * sim-h8300.h: Remove ^M.
210
467e9706
AV
2112002-07-29 Andrey Volkov <avolkov@transas.com>
212
213 * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
214 prefix.
215
88ff637d
AV
2162002-07-23 Andrey Volkov <avolkov@transas.com>
217
218 * sim-h8300.h: New file.
219
75c4388a
AC
2202002-07-17 Andrew Cagney <cagney@redhat.com>
221
222 * remote-sim.h: Update copyright.
223 (sim_set_callbacks, sim_size, sim_trace)
224 (sim_set_trace, sim_set_profile_size, sim_kill): Delete. Moved to
225 "sim/common/run-sim.h".
226
2f14585c
JR
227Wed Jul 17 19:36:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
228
229 * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp,
230 renumbering the sh-dsp registers to use distinct numbers.
231
c7731255
AC
2322002-06-15 Andrew Cagney <ac131313@redhat.com>
233
234 * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
235
26216b98
AC
2362002-06-12 Andrew Cagney <ac131313@redhat.com>
237
238 * sim-arm.h: New file.
239
3c25f8c7
AC
2402002-06-08 Andrew Cagney <cagney@redhat.com>
241
242 * callback.h: Copy to here from directory above.
243 * remote-sim.h: Copy to here from directory above.
244
18c0df9e
AC
2452002-06-01 Andrew Cagney <ac131313@redhat.com>
246
247 * sim-d10v.h (sim_d10v_regs): Expand to include all registers.
248 Update copyright.
249
b91b96f4
AC
2502002-05-23 Andrew Cagney <ac131313@redhat.com>
251
252 * sim-d10v.h: New file. Moved from include/sim-d10v.h.
253
6093d3a5
EZ
2542002-05-10 Elena Zannoni <ezannoni@redhat.com>
255
256 * sim-sh.h: New file, for sh gdb<->sim interface.
257
1a79372d
DJ
2582002-05-09 Daniel Jacobowitz <drow@mvista.com>
259
260 * signals.h: Update comments.
261 (enum target_signal): Remove conditional compilation around
262 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
263
dd7bf85e
DJ
2642002-03-10 Daniel Jacobowitz <drow@mvista.com>
265
266 * signals.h: New file, from gdb/defs.h.
267
268\f
ecd75fc8 269Copyright (C) 2002-2014 Free Software Foundation, Inc.
752937aa
NC
270
271Copying and distribution of this file, with or without modification,
272are permitted in any medium without royalty provided the copyright
273notice and this notice are preserved.
274
dd7bf85e
DJ
275Local Variables:
276mode: change-log
277left-margin: 8
278fill-column: 74
279version-control: never
280End:
This page took 0.460025 seconds and 4 git commands to generate.