Add support to GDB for the Renesas rl78 architecture.
[binutils.git] / include / gdb / ChangeLog
bloba2ab59f0f6576e10ebd6351b6cdfb6afa6b7f544
1 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
3         * sim-rl78.h: New file.
5 2011-12-03  Mike Frysinger  <vapier@gentoo.org>
7         * callback.h (cb_get_string): New prototype.
9 2011-04-14  Mike Frysinger  <vapier@gentoo.org>
11         * remote-sim.h (sim_complete_command): New prototype.
13 2011-03-05  Mike Frysinger  <vapier@gentoo.org>
15         * sim-bfin.h: New file.
17 2011-01-11  Andrew Burgess  <aburgess@broadcom.com>
19         * remote-sim.h (sim_store_register): Update the API
20         documentation for this function.
22 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
24         * signals.def: Replace all ANY uses by SET with specific numbers.
25         * signals.h (ANY): Remove.
27 2010-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
29         * signals.h (enum target_signal): Move the content to signals.def.
30         Include it.
31         * signals.def: New file.
33 2010-06-24  Kevin Buettner  <kevinb@redhat.com>
35         * sim-rx.h (sim_rx_regnum): Add sim_rx_acc_regnum.  Adjust
36         register order.
38 2010-04-13  Mike Frysinger  <vapier@gentoo.org>
40         * callback.h: Strip PARAMS from prototypes.
41         * remote-sim.h: Likewise.
43 2010-04-13  Mike Frysinger  <vapier@gentoo.org>
45         * remote-sim.h (sim_write): Add const to buf arg.
47 2009-11-24  DJ Delorie  <dj@redhat.com>
49         * sim-rx.h: New.
51 2009-05-18  Jon Beniston <jon@beniston.com>
53         * sim-lm32.h: New file.
55 2009-01-07  Hans-Peter Nilsson  <hp@axis.com>
57         * callback.h (struct host_callback_struct): Mark member error as
58         pointing to a noreturn function.
60 2008-02-12  M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
62         * sim-cr16.h: New file.
64 2008-01-01  Daniel Jacobowitz  <dan@codesourcery.com>
66         Updated copyright notices for most files.
68 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
70         * sim-ppc.h (sim_spr_register_name): New prototype.
72 2007-10-11  Jesper Nilsson  <jesper.nilsson@axis.com>
74         * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
76 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
78         Switch the license of all .h files to GPLv3.
80 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
82         Updated copyright notices for most files.
84 2005-07-08  Ben Elliston  <bje@au.ibm.com>
86         * callback.h: Remove ANSI_PROTOTYPES conditional code.
88 2005-01-28  Hans-Peter Nilsson  <hp@axis.com>
90         * callback.h (struct host_callback_struct): New members pipe,
91         pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
92         target_sizeof_int.
93         (CB_SYS_pipe): New macro.
95         * callback.h: Include "bfd.h".
96         (struct host_callback_struct): New member target_endian.
97         (cb_store_target_endian): Declare.
99 2004-12-15  Hans-Peter Nilsson  <hp@axis.com>
101         * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
103 2004-12-13  Hans-Peter Nilsson  <hp@axis.com>
105         * callback.h (struct host_callback_struct): New member lstat.
106         (CB_SYS_lstat): New macro.
107         (CB_SYS_rename): New macro.
109 2004-09-08  Michael Snyder  <msnyder@redhat.com>
111         Commited by Corinna Vinschen <vinschen@redhat.com>
112         * sim-sh.h: Add new sh2a banked registers.
114 2004-08-04  Andrew Cagney  <cagney@gnu.org>
116         * sim-ppc.h: Add extern "C" wrapper.
117         (enum sim_ppc_regnum): Add full list of SPRs.
119 2004-08-04  Jim Blandy  <jimb@redhat.com>
121         * sim-ppc.h: New file.
123 2004-06-25  J"orn Rennecke <joern.rennecke@superh.com>
125         * callback.h (host_callback_struct): Replace members fdopen and
126         alwaysopen with fd_buddy.
127         [sim/common: * callback.c: Changed all users.  ]
129 2003-10-31  Kevin Buettner  <kevin@redhat.com>
131         * sim-frv.h: New file.
133 2003-10-15  J"orn Rennecke <joern.rennecke@superh.com>
135         * callback.h (struct host_callback_struct): New members ftruncate
136         and truncate.
138 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
140         * gdb/fileio.h: New file.
142 2003-05-07  Andrew Cagney  <cagney@redhat.com>
144         * sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
145         (sim_d10v_translate_imap_addr): Add regcache parameter.
146         (sim_d10v_translate_dmap_addr): Ditto.
148 2003-03-27  Nick Clifton  <nickc@redhat.com>
150         * sim-arm.h (sim_arm_regs): Add iWMMXt registers.
152 2003-03-20  Nick Clifton  <nickc@redhat.com>
154         * sim-arm.h (sim_arm_regs): Add Maverick co-processor
155         registers.
157 2003-02-27  Andrew Cagney  <cagney@redhat.com>
159         * remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
160         _bfd to bfd.
162 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
164         * remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT,
165         SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT.
166         (sim_set_breakpoint, sim_clear_breakpoint): Delete declarations.
167         (sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto.
168         (sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto.
169         (sim_disable_all_breakpoints): Ditto.
171 2002-12-26  Kazu Hirata  <kazu@cs.umass.edu>
173         * sim-h8300.h: Remove ^M.
175 2002-07-29  Andrey Volkov  <avolkov@transas.com>
177         * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
178          prefix.
180 2002-07-23  Andrey Volkov  <avolkov@transas.com>
182         * sim-h8300.h: New file.
184 2002-07-17  Andrew Cagney  <cagney@redhat.com>
186         * remote-sim.h: Update copyright.
187         (sim_set_callbacks, sim_size, sim_trace)
188         (sim_set_trace, sim_set_profile_size, sim_kill): Delete.  Moved to
189         "sim/common/run-sim.h".
191 Wed Jul 17 19:36:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
193         * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp,
194         renumbering the sh-dsp registers to use distinct numbers.
196 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
198         * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
200 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
202         * sim-arm.h: New file.
204 2002-06-08  Andrew Cagney  <cagney@redhat.com>
206         * callback.h: Copy to here from directory above.
207         * remote-sim.h: Copy to here from directory above.
209 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
211         * sim-d10v.h (sim_d10v_regs): Expand to include all registers.
212         Update copyright.
214 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
216         * sim-d10v.h: New file.  Moved from include/sim-d10v.h.
218 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
220         * sim-sh.h: New file, for sh gdb<->sim interface.
222 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
224         * signals.h: Update comments.
225         (enum target_signal): Remove conditional compilation around
226         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
228 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
230         * signals.h: New file, from gdb/defs.h.
233 Local Variables:
234 mode: change-log
235 left-margin: 8
236 fill-column: 74
237 version-control: never
238 End: