* symbols.c (report_op_error): Remove unnecessary forward declaration.
[deliverable/binutils-gdb.git] / include / gdb / ChangeLog
1 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
2
3 * remote-sim.h (sim_store_register): Update the API
4 documentation for this function.
5
6 2010-09-06 Pedro Alves <pedro@codesourcery.com>
7
8 * signals.def: Replace all ANY uses by SET with specific numbers.
9 * signals.h (ANY): Remove.
10
11 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12
13 * signals.h (enum target_signal): Move the content to signals.def.
14 Include it.
15 * signals.def: New file.
16
17 2010-06-24 Kevin Buettner <kevinb@redhat.com>
18
19 * sim-rx.h (sim_rx_regnum): Add sim_rx_acc_regnum. Adjust
20 register order.
21
22 2010-04-13 Mike Frysinger <vapier@gentoo.org>
23
24 * callback.h: Strip PARAMS from prototypes.
25 * remote-sim.h: Likewise.
26
27 2010-04-13 Mike Frysinger <vapier@gentoo.org>
28
29 * remote-sim.h (sim_write): Add const to buf arg.
30
31 2009-11-24 DJ Delorie <dj@redhat.com>
32
33 * sim-rx.h: New.
34
35 2009-05-18 Jon Beniston <jon@beniston.com>
36
37 * sim-lm32.h: New file.
38
39 2009-01-07 Hans-Peter Nilsson <hp@axis.com>
40
41 * callback.h (struct host_callback_struct): Mark member error as
42 pointing to a noreturn function.
43
44 2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
45
46 * sim-cr16.h: New file.
47
48 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
49
50 Updated copyright notices for most files.
51
52 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
53
54 * sim-ppc.h (sim_spr_register_name): New prototype.
55
56 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
57
58 * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
59
60 2007-08-23 Joel Brobecker <brobecker@adacore.com>
61
62 Switch the license of all .h files to GPLv3.
63
64 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
65
66 Updated copyright notices for most files.
67
68 2005-07-08 Ben Elliston <bje@au.ibm.com>
69
70 * callback.h: Remove ANSI_PROTOTYPES conditional code.
71
72 2005-01-28 Hans-Peter Nilsson <hp@axis.com>
73
74 * callback.h (struct host_callback_struct): New members pipe,
75 pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
76 target_sizeof_int.
77 (CB_SYS_pipe): New macro.
78
79 * callback.h: Include "bfd.h".
80 (struct host_callback_struct): New member target_endian.
81 (cb_store_target_endian): Declare.
82
83 2004-12-15 Hans-Peter Nilsson <hp@axis.com>
84
85 * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
86
87 2004-12-13 Hans-Peter Nilsson <hp@axis.com>
88
89 * callback.h (struct host_callback_struct): New member lstat.
90 (CB_SYS_lstat): New macro.
91 (CB_SYS_rename): New macro.
92
93 2004-09-08 Michael Snyder <msnyder@redhat.com>
94
95 Commited by Corinna Vinschen <vinschen@redhat.com>
96 * sim-sh.h: Add new sh2a banked registers.
97
98 2004-08-04 Andrew Cagney <cagney@gnu.org>
99
100 * sim-ppc.h: Add extern "C" wrapper.
101 (enum sim_ppc_regnum): Add full list of SPRs.
102
103 2004-08-04 Jim Blandy <jimb@redhat.com>
104
105 * sim-ppc.h: New file.
106
107 2004-06-25 J"orn Rennecke <joern.rennecke@superh.com>
108
109 * callback.h (host_callback_struct): Replace members fdopen and
110 alwaysopen with fd_buddy.
111 [sim/common: * callback.c: Changed all users. ]
112
113 2003-10-31 Kevin Buettner <kevin@redhat.com>
114
115 * sim-frv.h: New file.
116
117 2003-10-15 J"orn Rennecke <joern.rennecke@superh.com>
118
119 * callback.h (struct host_callback_struct): New members ftruncate
120 and truncate.
121
122 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
123
124 * gdb/fileio.h: New file.
125
126 2003-05-07 Andrew Cagney <cagney@redhat.com>
127
128 * sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
129 (sim_d10v_translate_imap_addr): Add regcache parameter.
130 (sim_d10v_translate_dmap_addr): Ditto.
131
132 2003-03-27 Nick Clifton <nickc@redhat.com>
133
134 * sim-arm.h (sim_arm_regs): Add iWMMXt registers.
135
136 2003-03-20 Nick Clifton <nickc@redhat.com>
137
138 * sim-arm.h (sim_arm_regs): Add Maverick co-processor
139 registers.
140
141 2003-02-27 Andrew Cagney <cagney@redhat.com>
142
143 * remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
144 _bfd to bfd.
145
146 2003-02-20 Andrew Cagney <ac131313@redhat.com>
147
148 * remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT,
149 SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT.
150 (sim_set_breakpoint, sim_clear_breakpoint): Delete declarations.
151 (sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto.
152 (sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto.
153 (sim_disable_all_breakpoints): Ditto.
154
155 2002-12-26 Kazu Hirata <kazu@cs.umass.edu>
156
157 * sim-h8300.h: Remove ^M.
158
159 2002-07-29 Andrey Volkov <avolkov@transas.com>
160
161 * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
162 prefix.
163
164 2002-07-23 Andrey Volkov <avolkov@transas.com>
165
166 * sim-h8300.h: New file.
167
168 2002-07-17 Andrew Cagney <cagney@redhat.com>
169
170 * remote-sim.h: Update copyright.
171 (sim_set_callbacks, sim_size, sim_trace)
172 (sim_set_trace, sim_set_profile_size, sim_kill): Delete. Moved to
173 "sim/common/run-sim.h".
174
175 Wed Jul 17 19:36:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
176
177 * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp,
178 renumbering the sh-dsp registers to use distinct numbers.
179
180 2002-06-15 Andrew Cagney <ac131313@redhat.com>
181
182 * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
183
184 2002-06-12 Andrew Cagney <ac131313@redhat.com>
185
186 * sim-arm.h: New file.
187
188 2002-06-08 Andrew Cagney <cagney@redhat.com>
189
190 * callback.h: Copy to here from directory above.
191 * remote-sim.h: Copy to here from directory above.
192
193 2002-06-01 Andrew Cagney <ac131313@redhat.com>
194
195 * sim-d10v.h (sim_d10v_regs): Expand to include all registers.
196 Update copyright.
197
198 2002-05-23 Andrew Cagney <ac131313@redhat.com>
199
200 * sim-d10v.h: New file. Moved from include/sim-d10v.h.
201
202 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
203
204 * sim-sh.h: New file, for sh gdb<->sim interface.
205
206 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
207
208 * signals.h: Update comments.
209 (enum target_signal): Remove conditional compilation around
210 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
211
212 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
213
214 * signals.h: New file, from gdb/defs.h.
215
216 \f
217 Local Variables:
218 mode: change-log
219 left-margin: 8
220 fill-column: 74
221 version-control: never
222 End:
This page took 0.033472 seconds and 4 git commands to generate.