daily update
[binutils/dougsmingw.git] / include / gdb / ChangeLog
blob3b84cad1879c40fd019dc4a821e2afb2d745d60a
1 2009-11-24  DJ Delorie  <dj@redhat.com>
3         * sim-rx.h: New.
5 2009-05-18  Jon Beniston <jon@beniston.com>
7         * sim-lm32.h: New file.
9 2009-01-07  Hans-Peter Nilsson  <hp@axis.com>
11         * callback.h (struct host_callback_struct): Mark member error as
12         pointing to a noreturn function.
14 2008-02-12  M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
16         * sim-cr16.h: New file.
18 2008-01-01  Daniel Jacobowitz  <dan@codesourcery.com>
20         Updated copyright notices for most files.
22 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
24         * sim-ppc.h (sim_spr_register_name): New prototype.
26 2007-10-11  Jesper Nilsson  <jesper.nilsson@axis.com>
28         * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
30 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
32         Switch the license of all .h files to GPLv3.
34 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
36         Updated copyright notices for most files.
38 2005-07-08  Ben Elliston  <bje@au.ibm.com>
40         * callback.h: Remove ANSI_PROTOTYPES conditional code.
42 2005-01-28  Hans-Peter Nilsson  <hp@axis.com>
44         * callback.h (struct host_callback_struct): New members pipe,
45         pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
46         target_sizeof_int.
47         (CB_SYS_pipe): New macro.
49         * callback.h: Include "bfd.h".
50         (struct host_callback_struct): New member target_endian.
51         (cb_store_target_endian): Declare.
53 2004-12-15  Hans-Peter Nilsson  <hp@axis.com>
55         * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
57 2004-12-13  Hans-Peter Nilsson  <hp@axis.com>
59         * callback.h (struct host_callback_struct): New member lstat.
60         (CB_SYS_lstat): New macro.
61         (CB_SYS_rename): New macro.
63 2004-09-08  Michael Snyder  <msnyder@redhat.com>
65         Commited by Corinna Vinschen <vinschen@redhat.com>
66         * sim-sh.h: Add new sh2a banked registers.
68 2004-08-04  Andrew Cagney  <cagney@gnu.org>
70         * sim-ppc.h: Add extern "C" wrapper.
71         (enum sim_ppc_regnum): Add full list of SPRs.
73 2004-08-04  Jim Blandy  <jimb@redhat.com>
75         * sim-ppc.h: New file.
77 2004-06-25  J"orn Rennecke <joern.rennecke@superh.com>
79         * callback.h (host_callback_struct): Replace members fdopen and
80         alwaysopen with fd_buddy.
81         [sim/common: * callback.c: Changed all users.  ]
83 2003-10-31  Kevin Buettner  <kevin@redhat.com>
85         * sim-frv.h: New file.
87 2003-10-15  J"orn Rennecke <joern.rennecke@superh.com>
89         * callback.h (struct host_callback_struct): New members ftruncate
90         and truncate.
92 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
94         * gdb/fileio.h: New file.
96 2003-05-07  Andrew Cagney  <cagney@redhat.com>
98         * sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
99         (sim_d10v_translate_imap_addr): Add regcache parameter.
100         (sim_d10v_translate_dmap_addr): Ditto.
102 2003-03-27  Nick Clifton  <nickc@redhat.com>
104         * sim-arm.h (sim_arm_regs): Add iWMMXt registers.
106 2003-03-20  Nick Clifton  <nickc@redhat.com>
108         * sim-arm.h (sim_arm_regs): Add Maverick co-processor
109         registers.
111 2003-02-27  Andrew Cagney  <cagney@redhat.com>
113         * remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
114         _bfd to bfd.
116 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
118         * remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT,
119         SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT.
120         (sim_set_breakpoint, sim_clear_breakpoint): Delete declarations.
121         (sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto.
122         (sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto.
123         (sim_disable_all_breakpoints): Ditto.
125 2002-12-26  Kazu Hirata  <kazu@cs.umass.edu>
127         * sim-h8300.h: Remove ^M.
129 2002-07-29  Andrey Volkov  <avolkov@transas.com>
131         * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
132          prefix.
134 2002-07-23  Andrey Volkov  <avolkov@transas.com>
136         * sim-h8300.h: New file.
138 2002-07-17  Andrew Cagney  <cagney@redhat.com>
140         * remote-sim.h: Update copyright.
141         (sim_set_callbacks, sim_size, sim_trace)
142         (sim_set_trace, sim_set_profile_size, sim_kill): Delete.  Moved to
143         "sim/common/run-sim.h".
145 Wed Jul 17 19:36:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
147         * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp,
148         renumbering the sh-dsp registers to use distinct numbers.
150 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
152         * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
154 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
156         * sim-arm.h: New file.
158 2002-06-08  Andrew Cagney  <cagney@redhat.com>
160         * callback.h: Copy to here from directory above.
161         * remote-sim.h: Copy to here from directory above.
163 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
165         * sim-d10v.h (sim_d10v_regs): Expand to include all registers.
166         Update copyright.
168 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
170         * sim-d10v.h: New file.  Moved from include/sim-d10v.h.
172 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
174         * sim-sh.h: New file, for sh gdb<->sim interface.
176 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
178         * signals.h: Update comments.
179         (enum target_signal): Remove conditional compilation around
180         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
182 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
184         * signals.h: New file, from gdb/defs.h.
187 Local Variables:
188 mode: change-log
189 left-margin: 8
190 fill-column: 74
191 version-control: never
192 End: