12012-06-23 Doug Evans <dje@google.com> 2 3 * gdb-index.h: New file. 4 52012-05-24 Pedro Alves <palves@redhat.com> 6 7 PR gdb/7205 8 9 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout. 10 112012-05-24 Pedro Alves <palves@redhat.com> 12 13 PR gdb/7205 14 15 Replace target_signal with gdb_signal throughout. 16 172012-04-12 Mike Frysinger <vapier@gentoo.org> 18 19 * callback.h (CB_SYS_argc, CB_SYS_argnlen, CB_SYS_argn): Define. 20 212012-02-03 Kevin Buettner <kevinb@redhat.com> 22 23 * sim-rl78.h: New file. 24 252011-12-03 Mike Frysinger <vapier@gentoo.org> 26 27 * callback.h (cb_get_string): New prototype. 28 292011-04-14 Mike Frysinger <vapier@gentoo.org> 30 31 * remote-sim.h (sim_complete_command): New prototype. 32 332011-03-05 Mike Frysinger <vapier@gentoo.org> 34 35 * sim-bfin.h: New file. 36 372011-01-11 Andrew Burgess <aburgess@broadcom.com> 38 39 * remote-sim.h (sim_store_register): Update the API 40 documentation for this function. 41 422010-09-06 Pedro Alves <pedro@codesourcery.com> 43 44 * signals.def: Replace all ANY uses by SET with specific numbers. 45 * signals.h (ANY): Remove. 46 472010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com> 48 49 * signals.h (enum target_signal): Move the content to signals.def. 50 Include it. 51 * signals.def: New file. 52 532010-06-24 Kevin Buettner <kevinb@redhat.com> 54 55 * sim-rx.h (sim_rx_regnum): Add sim_rx_acc_regnum. Adjust 56 register order. 57 582010-04-13 Mike Frysinger <vapier@gentoo.org> 59 60 * callback.h: Strip PARAMS from prototypes. 61 * remote-sim.h: Likewise. 62 632010-04-13 Mike Frysinger <vapier@gentoo.org> 64 65 * remote-sim.h (sim_write): Add const to buf arg. 66 672009-11-24 DJ Delorie <dj@redhat.com> 68 69 * sim-rx.h: New. 70 712009-05-18 Jon Beniston <jon@beniston.com> 72 73 * sim-lm32.h: New file. 74 752009-01-07 Hans-Peter Nilsson <hp@axis.com> 76 77 * callback.h (struct host_callback_struct): Mark member error as 78 pointing to a noreturn function. 79 802008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com> 81 82 * sim-cr16.h: New file. 83 842008-01-01 Daniel Jacobowitz <dan@codesourcery.com> 85 86 Updated copyright notices for most files. 87 882007-10-15 Daniel Jacobowitz <dan@codesourcery.com> 89 90 * sim-ppc.h (sim_spr_register_name): New prototype. 91 922007-10-11 Jesper Nilsson <jesper.nilsson@axis.com> 93 94 * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes. 95 962007-08-23 Joel Brobecker <brobecker@adacore.com> 97 98 Switch the license of all .h files to GPLv3. 99 1002007-01-09 Daniel Jacobowitz <dan@codesourcery.com> 101 102 Updated copyright notices for most files. 103 1042005-07-08 Ben Elliston <bje@au.ibm.com> 105 106 * callback.h: Remove ANSI_PROTOTYPES conditional code. 107 1082005-01-28 Hans-Peter Nilsson <hp@axis.com> 109 110 * callback.h (struct host_callback_struct): New members pipe, 111 pipe_empty, pipe_nonempty, ispipe, pipe_buffer and 112 target_sizeof_int. 113 (CB_SYS_pipe): New macro. 114 115 * callback.h: Include "bfd.h". 116 (struct host_callback_struct): New member target_endian. 117 (cb_store_target_endian): Declare. 118 1192004-12-15 Hans-Peter Nilsson <hp@axis.com> 120 121 * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros. 122 1232004-12-13 Hans-Peter Nilsson <hp@axis.com> 124 125 * callback.h (struct host_callback_struct): New member lstat. 126 (CB_SYS_lstat): New macro. 127 (CB_SYS_rename): New macro. 128 1292004-09-08 Michael Snyder <msnyder@redhat.com> 130 131 Commited by Corinna Vinschen <vinschen@redhat.com> 132 * sim-sh.h: Add new sh2a banked registers. 133 1342004-08-04 Andrew Cagney <cagney@gnu.org> 135 136 * sim-ppc.h: Add extern "C" wrapper. 137 (enum sim_ppc_regnum): Add full list of SPRs. 138 1392004-08-04 Jim Blandy <jimb@redhat.com> 140 141 * sim-ppc.h: New file. 142 1432004-06-25 J"orn Rennecke <joern.rennecke@superh.com> 144 145 * callback.h (host_callback_struct): Replace members fdopen and 146 alwaysopen with fd_buddy. 147 [sim/common: * callback.c: Changed all users. ] 148 1492003-10-31 Kevin Buettner <kevin@redhat.com> 150 151 * sim-frv.h: New file. 152 1532003-10-15 J"orn Rennecke <joern.rennecke@superh.com> 154 155 * callback.h (struct host_callback_struct): New members ftruncate 156 and truncate. 157 1582003-06-10 Corinna Vinschen <vinschen@redhat.com> 159 160 * gdb/fileio.h: New file. 161 1622003-05-07 Andrew Cagney <cagney@redhat.com> 163 164 * sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter. 165 (sim_d10v_translate_imap_addr): Add regcache parameter. 166 (sim_d10v_translate_dmap_addr): Ditto. 167 1682003-03-27 Nick Clifton <nickc@redhat.com> 169 170 * sim-arm.h (sim_arm_regs): Add iWMMXt registers. 171 1722003-03-20 Nick Clifton <nickc@redhat.com> 173 174 * sim-arm.h (sim_arm_regs): Add Maverick co-processor 175 registers. 176 1772003-02-27 Andrew Cagney <cagney@redhat.com> 178 179 * remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename 180 _bfd to bfd. 181 1822003-02-20 Andrew Cagney <ac131313@redhat.com> 183 184 * remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT, 185 SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT. 186 (sim_set_breakpoint, sim_clear_breakpoint): Delete declarations. 187 (sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto. 188 (sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto. 189 (sim_disable_all_breakpoints): Ditto. 190 1912002-12-26 Kazu Hirata <kazu@cs.umass.edu> 192 193 * sim-h8300.h: Remove ^M. 194 1952002-07-29 Andrey Volkov <avolkov@transas.com> 196 197 * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_ 198 prefix. 199 2002002-07-23 Andrey Volkov <avolkov@transas.com> 201 202 * sim-h8300.h: New file. 203 2042002-07-17 Andrew Cagney <cagney@redhat.com> 205 206 * remote-sim.h: Update copyright. 207 (sim_set_callbacks, sim_size, sim_trace) 208 (sim_set_trace, sim_set_profile_size, sim_kill): Delete. Moved to 209 "sim/common/run-sim.h". 210 211Wed Jul 17 19:36:38 2002 J"orn Rennecke <joern.rennecke@superh.com> 212 213 * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp, 214 renumbering the sh-dsp registers to use distinct numbers. 215 2162002-06-15 Andrew Cagney <ac131313@redhat.com> 217 218 * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum. 219 2202002-06-12 Andrew Cagney <ac131313@redhat.com> 221 222 * sim-arm.h: New file. 223 2242002-06-08 Andrew Cagney <cagney@redhat.com> 225 226 * callback.h: Copy to here from directory above. 227 * remote-sim.h: Copy to here from directory above. 228 2292002-06-01 Andrew Cagney <ac131313@redhat.com> 230 231 * sim-d10v.h (sim_d10v_regs): Expand to include all registers. 232 Update copyright. 233 2342002-05-23 Andrew Cagney <ac131313@redhat.com> 235 236 * sim-d10v.h: New file. Moved from include/sim-d10v.h. 237 2382002-05-10 Elena Zannoni <ezannoni@redhat.com> 239 240 * sim-sh.h: New file, for sh gdb<->sim interface. 241 2422002-05-09 Daniel Jacobowitz <drow@mvista.com> 243 244 * signals.h: Update comments. 245 (enum target_signal): Remove conditional compilation around 246 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT. 247 2482002-03-10 Daniel Jacobowitz <drow@mvista.com> 249 250 * signals.h: New file, from gdb/defs.h. 251 252 253Local Variables: 254mode: change-log 255left-margin: 8 256fill-column: 74 257version-control: never 258End: 259