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