ld/
[deliverable/binutils-gdb.git] / include / gdb / ChangeLog
1 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
2
3 Updated copyright notices for most files.
4
5 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6
7 * sim-ppc.h (sim_spr_register_name): New prototype.
8
9 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
10
11 * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
12
13 2007-08-23 Joel Brobecker <brobecker@adacore.com>
14
15 Switch the license of all .h files to GPLv3.
16
17 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18
19 Updated copyright notices for most files.
20
21 2005-07-08 Ben Elliston <bje@au.ibm.com>
22
23 * callback.h: Remove ANSI_PROTOTYPES conditional code.
24
25 2005-01-28 Hans-Peter Nilsson <hp@axis.com>
26
27 * callback.h (struct host_callback_struct): New members pipe,
28 pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
29 target_sizeof_int.
30 (CB_SYS_pipe): New macro.
31
32 * callback.h: Include "bfd.h".
33 (struct host_callback_struct): New member target_endian.
34 (cb_store_target_endian): Declare.
35
36 2004-12-15 Hans-Peter Nilsson <hp@axis.com>
37
38 * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
39
40 2004-12-13 Hans-Peter Nilsson <hp@axis.com>
41
42 * callback.h (struct host_callback_struct): New member lstat.
43 (CB_SYS_lstat): New macro.
44 (CB_SYS_rename): New macro.
45
46 2004-09-08 Michael Snyder <msnyder@redhat.com>
47
48 Commited by Corinna Vinschen <vinschen@redhat.com>
49 * sim-sh.h: Add new sh2a banked registers.
50
51 2004-08-04 Andrew Cagney <cagney@gnu.org>
52
53 * sim-ppc.h: Add extern "C" wrapper.
54 (enum sim_ppc_regnum): Add full list of SPRs.
55
56 2004-08-04 Jim Blandy <jimb@redhat.com>
57
58 * sim-ppc.h: New file.
59
60 2004-06-25 J"orn Rennecke <joern.rennecke@superh.com>
61
62 * callback.h (host_callback_struct): Replace members fdopen and
63 alwaysopen with fd_buddy.
64 [sim/common: * callback.c: Changed all users. ]
65
66 2003-10-31 Kevin Buettner <kevin@redhat.com>
67
68 * sim-frv.h: New file.
69
70 2003-10-15 J"orn Rennecke <joern.rennecke@superh.com>
71
72 * callback.h (struct host_callback_struct): New members ftruncate
73 and truncate.
74
75 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
76
77 * gdb/fileio.h: New file.
78
79 2003-05-07 Andrew Cagney <cagney@redhat.com>
80
81 * sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
82 (sim_d10v_translate_imap_addr): Add regcache parameter.
83 (sim_d10v_translate_dmap_addr): Ditto.
84
85 2003-03-27 Nick Clifton <nickc@redhat.com>
86
87 * sim-arm.h (sim_arm_regs): Add iWMMXt registers.
88
89 2003-03-20 Nick Clifton <nickc@redhat.com>
90
91 * sim-arm.h (sim_arm_regs): Add Maverick co-processor
92 registers.
93
94 2003-02-27 Andrew Cagney <cagney@redhat.com>
95
96 * remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
97 _bfd to bfd.
98
99 2003-02-20 Andrew Cagney <ac131313@redhat.com>
100
101 * remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT,
102 SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT.
103 (sim_set_breakpoint, sim_clear_breakpoint): Delete declarations.
104 (sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto.
105 (sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto.
106 (sim_disable_all_breakpoints): Ditto.
107
108 2002-12-26 Kazu Hirata <kazu@cs.umass.edu>
109
110 * sim-h8300.h: Remove ^M.
111
112 2002-07-29 Andrey Volkov <avolkov@transas.com>
113
114 * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
115 prefix.
116
117 2002-07-23 Andrey Volkov <avolkov@transas.com>
118
119 * sim-h8300.h: New file.
120
121 2002-07-17 Andrew Cagney <cagney@redhat.com>
122
123 * remote-sim.h: Update copyright.
124 (sim_set_callbacks, sim_size, sim_trace)
125 (sim_set_trace, sim_set_profile_size, sim_kill): Delete. Moved to
126 "sim/common/run-sim.h".
127
128 Wed Jul 17 19:36:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
129
130 * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp,
131 renumbering the sh-dsp registers to use distinct numbers.
132
133 2002-06-15 Andrew Cagney <ac131313@redhat.com>
134
135 * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
136
137 2002-06-12 Andrew Cagney <ac131313@redhat.com>
138
139 * sim-arm.h: New file.
140
141 2002-06-08 Andrew Cagney <cagney@redhat.com>
142
143 * callback.h: Copy to here from directory above.
144 * remote-sim.h: Copy to here from directory above.
145
146 2002-06-01 Andrew Cagney <ac131313@redhat.com>
147
148 * sim-d10v.h (sim_d10v_regs): Expand to include all registers.
149 Update copyright.
150
151 2002-05-23 Andrew Cagney <ac131313@redhat.com>
152
153 * sim-d10v.h: New file. Moved from include/sim-d10v.h.
154
155 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
156
157 * sim-sh.h: New file, for sh gdb<->sim interface.
158
159 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
160
161 * signals.h: Update comments.
162 (enum target_signal): Remove conditional compilation around
163 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
164
165 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
166
167 * signals.h: New file, from gdb/defs.h.
168
169 \f
170 Local Variables:
171 mode: change-log
172 left-margin: 8
173 fill-column: 74
174 version-control: never
175 End:
This page took 0.050304 seconds and 4 git commands to generate.