Home | History | Annotate | Download | only in gdb
      1 2016-01-06  Mike Frysinger  <vapier (a] gentoo.org>
      2 
      3 	* remote-sim.h (sim_open): Mark argv const.
      4 	(sim_create_inferior): Mark argv and env const.
      5 
      6 2015-11-24  Nick Clifton  <nickc (a] redhat.com>
      7 
      8 	* sim-aarch64.h: New file.
      9 
     10 2015-11-15  Mike Frysinger  <vapier (a] gentoo.org>
     11 
     12 	* sim-cr16.h (SIM_CR16_MEMORY_UNIFIED, SIM_CR16_MEMORY_INSN,
     13 	SIM_CR16_MEMORY_DATA, SIM_CR16_MEMORY_DMAP, SIM_CR16_MEMORY_IMAP):
     14 	Delete.
     15 
     16 2015-11-14  Mike Frysinger  <vapier (a] gentoo.org>
     17 
     18 	* sim-arm.h: Delete __cplusplus checks and extern "C" linkage.
     19 	* sim-cr16.h, sim-d10v.h, sim-frv.h, sim-h8300.h, sim-lm32.h,
     20 	sim-sh.h: Likewise.
     21 
     22 2015-11-10  Mike Frysinger  <vapier (a] gentoo.org>
     23 
     24 	* sim-cr16.h (sim_cr16_translate_dmap_addr): Delete.
     25 	(sim_cr16_translate_imap_addr): Likewise.
     26 	(sim_cr16_translate_addr): Likewise.
     27 	* sim-d10v.h (sim_d10v_translate_dmap_addr): Delete.
     28 	(sim_d10v_translate_imap_addr): Likewise.
     29 	(sim_d10v_translate_addr): Likewise.
     30 
     31 2015-06-17  Mike Frysinger  <vapier (a] gentoo.org>
     32 
     33 	* callback.h (CB_TARGET_DEFS_MAP): Add name member.
     34 	(cb_host_str_syscall, cb_host_str_errno, cb_host_str_signal,
     35 	cb_target_str_syscall, cb_target_str_errno, cb_target_str_signal):
     36 	Declare.
     37 
     38 2015-03-28  James Bowman  <james.bowman (a] ftdichip.com>
     39 
     40 	* sim-ft32.h: New file.
     41 
     42 2015-05-15  Mike Frysinger  <vapier (a] gentoo.org>
     43 
     44 	* remote-sim.h (struct host_callback_struct): Define.
     45 
     46 2015-01-31  Doug Evans  <xdje42 (a] gmail.com>
     47 
     48 	* section-scripts.h: Remove "future extension" comment.
     49 	(SECTION_SCRIPT_ID_PYTHON_TEXT): New macro.
     50 	(SECTION_SCRIPT_ID_SCHEME_TEXT): New macro.
     51 
     52 2014-12-03  Joel Brobecker  <brobecker (a] adacore.com>
     53 
     54 	* callback.h (struct host_callback_struct) <to_stat>: Renamed
     55 	from "stat".
     56 	<to_fstat>: Renamed from "fstat".
     57 	<to_lstat>: Renamed from "lstat".
     58 
     59 2014-03-10  Mike Frysinger  <vapier (a] gentoo.org>
     60 
     61 	* remote-sim.h (sim_do_command): Add const to cmd.
     62 
     63 2014-03-05  Alan Modra  <amodra (a] gmail.com>
     64 
     65 	Update copyright notice.
     66 
     67 2014-03-05  Mike Frysinger  <vapier (a] gentoo.org>
     68 
     69 	* remote-sim.h (sim_load): Add const to prog.
     70 
     71 2014-02-09  Doug Evans  <xdje42 (a] gmail.com>
     72 
     73 	* section-scripts.h: New file.
     74 
     75 2013-10-22  Sterling Augustine  <saugustine (a] google.com>
     76 
     77 	* gdb-index.h: Merge from gdb tree.
     78 
     79 2013-03-15  Steve Ellcey  <sellcey (a] mips.com>
     80 
     81 	* remote-sim.h (sim_command_completer): Make char arguments const.
     82 
     83 2013-01-01  Joel Brobecker  <brobecker (a] adacore.com>
     84 
     85 	Update year range in copyright notice of all files.
     86 
     87 2012-06-23  Doug Evans  <dje (a] google.com>
     88 
     89 	* gdb-index.h: New file.
     90 
     91 2012-05-24  Pedro Alves  <palves (a] redhat.com>
     92 
     93 	PR gdb/7205
     94 
     95 	Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
     96 
     97 2012-05-24  Pedro Alves  <palves (a] redhat.com>
     98 
     99 	PR gdb/7205
    100 
    101 	Replace target_signal with gdb_signal throughout.
    102 
    103 2012-04-12  Mike Frysinger  <vapier (a] gentoo.org>
    104 
    105 	* callback.h (CB_SYS_argc, CB_SYS_argnlen, CB_SYS_argn): Define.
    106 
    107 2012-02-03  Kevin Buettner  <kevinb (a] redhat.com>
    108 
    109 	* sim-rl78.h: New file.
    110 
    111 2011-12-03  Mike Frysinger  <vapier (a] gentoo.org>
    112 
    113 	* callback.h (cb_get_string): New prototype.
    114 
    115 2011-04-14  Mike Frysinger  <vapier (a] gentoo.org>
    116 
    117 	* remote-sim.h (sim_complete_command): New prototype.
    118 
    119 2011-03-05  Mike Frysinger  <vapier (a] gentoo.org>
    120 
    121 	* sim-bfin.h: New file.
    122 
    123 2011-01-11  Andrew Burgess  <aburgess (a] broadcom.com>
    124 
    125 	* remote-sim.h (sim_store_register): Update the API
    126 	documentation for this function.
    127 
    128 2010-09-06  Pedro Alves  <pedro (a] codesourcery.com>
    129 
    130 	* signals.def: Replace all ANY uses by SET with specific numbers.
    131 	* signals.h (ANY): Remove.
    132 
    133 2010-07-31  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
    134 
    135 	* signals.h (enum target_signal): Move the content to signals.def.
    136 	Include it.
    137 	* signals.def: New file.
    138 
    139 2010-06-24  Kevin Buettner  <kevinb (a] redhat.com>
    140 
    141 	* sim-rx.h (sim_rx_regnum): Add sim_rx_acc_regnum.  Adjust
    142 	register order.
    143 
    144 2010-04-13  Mike Frysinger  <vapier (a] gentoo.org>
    145 
    146 	* callback.h: Strip PARAMS from prototypes.
    147 	* remote-sim.h: Likewise.
    148 
    149 2010-04-13  Mike Frysinger  <vapier (a] gentoo.org>
    150 
    151 	* remote-sim.h (sim_write): Add const to buf arg.
    152 
    153 2009-11-24  DJ Delorie  <dj (a] redhat.com>
    154 
    155 	* sim-rx.h: New.
    156 
    157 2009-05-18  Jon Beniston <jon (a] beniston.com>
    158 
    159 	* sim-lm32.h: New file.
    160 
    161 2009-01-07  Hans-Peter Nilsson  <hp (a] axis.com>
    162 
    163 	* callback.h (struct host_callback_struct): Mark member error as
    164 	pointing to a noreturn function.
    165 
    166 2008-02-12  M Ranga Swami Reddy <MR.Swami.Reddy (a] nsc.com>
    167 
    168 	* sim-cr16.h: New file.
    169 
    170 2008-01-01  Daniel Jacobowitz  <dan (a] codesourcery.com>
    171 
    172 	Updated copyright notices for most files.
    173 
    174 2007-10-15  Daniel Jacobowitz  <dan (a] codesourcery.com>
    175 
    176 	* sim-ppc.h (sim_spr_register_name): New prototype.
    177 
    178 2007-10-11  Jesper Nilsson  <jesper.nilsson (a] axis.com>
    179 
    180 	* callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
    181 
    182 2007-08-23  Joel Brobecker  <brobecker (a] adacore.com>
    183 
    184 	Switch the license of all .h files to GPLv3.
    185 
    186 2007-01-09  Daniel Jacobowitz  <dan (a] codesourcery.com>
    187 
    188 	Updated copyright notices for most files.
    189 
    190 2005-07-08  Ben Elliston  <bje (a] au.ibm.com>
    191 
    192 	* callback.h: Remove ANSI_PROTOTYPES conditional code.
    193 
    194 2005-01-28  Hans-Peter Nilsson  <hp (a] axis.com>
    195 
    196 	* callback.h (struct host_callback_struct): New members pipe,
    197 	pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
    198 	target_sizeof_int.
    199 	(CB_SYS_pipe): New macro.
    200 
    201 	* callback.h: Include "bfd.h".
    202 	(struct host_callback_struct): New member target_endian.
    203 	(cb_store_target_endian): Declare.
    204 
    205 2004-12-15  Hans-Peter Nilsson  <hp (a] axis.com>
    206 
    207 	* callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
    208 
    209 2004-12-13  Hans-Peter Nilsson  <hp (a] axis.com>
    210 
    211 	* callback.h (struct host_callback_struct): New member lstat.
    212 	(CB_SYS_lstat): New macro.
    213 	(CB_SYS_rename): New macro.
    214 
    215 2004-09-08  Michael Snyder  <msnyder (a] redhat.com>
    216 
    217 	Commited by Corinna Vinschen <vinschen (a] redhat.com>
    218 	* sim-sh.h: Add new sh2a banked registers.
    219 
    220 2004-08-04  Andrew Cagney  <cagney (a] gnu.org>
    221 
    222 	* sim-ppc.h: Add extern "C" wrapper.
    223 	(enum sim_ppc_regnum): Add full list of SPRs.
    224 
    225 2004-08-04  Jim Blandy  <jimb (a] redhat.com>
    226 
    227 	* sim-ppc.h: New file.
    228 
    229 2004-06-25  J"orn Rennecke <joern.rennecke (a] superh.com>
    230 
    231 	* callback.h (host_callback_struct): Replace members fdopen and
    232 	alwaysopen with fd_buddy.
    233 	[sim/common: * callback.c: Changed all users.  ]
    234 
    235 2003-10-31  Kevin Buettner  <kevin (a] redhat.com>
    236 
    237 	* sim-frv.h: New file.
    238 
    239 2003-10-15  J"orn Rennecke <joern.rennecke (a] superh.com>
    240 
    241 	* callback.h (struct host_callback_struct): New members ftruncate
    242 	and truncate.
    243 
    244 2003-06-10  Corinna Vinschen  <vinschen (a] redhat.com>
    245 
    246 	* fileio.h: New file.
    247 
    248 2003-05-07  Andrew Cagney  <cagney (a] redhat.com>
    249 
    250 	* sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
    251 	(sim_d10v_translate_imap_addr): Add regcache parameter.
    252 	(sim_d10v_translate_dmap_addr): Ditto.
    253 
    254 2003-03-27  Nick Clifton  <nickc (a] redhat.com>
    255 
    256 	* sim-arm.h (sim_arm_regs): Add iWMMXt registers.
    257 
    258 2003-03-20  Nick Clifton  <nickc (a] redhat.com>
    259 
    260 	* sim-arm.h (sim_arm_regs): Add Maverick co-processor
    261 	registers.
    262 
    263 2003-02-27  Andrew Cagney  <cagney (a] redhat.com>
    264 
    265 	* remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
    266 	_bfd to bfd.
    267 
    268 2003-02-20  Andrew Cagney  <ac131313 (a] redhat.com>
    269 
    270 	* remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT,
    271 	SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT.
    272 	(sim_set_breakpoint, sim_clear_breakpoint): Delete declarations.
    273 	(sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto.
    274 	(sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto.
    275 	(sim_disable_all_breakpoints): Ditto.
    276 
    277 2002-12-26  Kazu Hirata  <kazu (a] cs.umass.edu>
    278 
    279 	* sim-h8300.h: Remove ^M.
    280 
    281 2002-07-29  Andrey Volkov  <avolkov (a] transas.com>
    282 
    283 	* sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
    284 	prefix.
    285 
    286 2002-07-23  Andrey Volkov  <avolkov (a] transas.com>
    287 
    288 	* sim-h8300.h: New file.
    289 
    290 2002-07-17  Andrew Cagney  <cagney (a] redhat.com>
    291 
    292 	* remote-sim.h: Update copyright.
    293 	(sim_set_callbacks, sim_size, sim_trace)
    294 	(sim_set_trace, sim_set_profile_size, sim_kill): Delete.  Moved to
    295 	"sim/common/run-sim.h".
    296 
    297 Wed Jul 17 19:36:38 2002  J"orn Rennecke <joern.rennecke (a] superh.com>
    298 
    299 	* sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp,
    300 	renumbering the sh-dsp registers to use distinct numbers.
    301 
    302 2002-06-15  Andrew Cagney  <ac131313 (a] redhat.com>
    303 
    304 	* sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
    305 
    306 2002-06-12  Andrew Cagney  <ac131313 (a] redhat.com>
    307 
    308 	* sim-arm.h: New file.
    309 
    310 2002-06-08  Andrew Cagney  <cagney (a] redhat.com>
    311 
    312 	* callback.h: Copy to here from directory above.
    313 	* remote-sim.h: Copy to here from directory above.
    314 
    315 2002-06-01  Andrew Cagney  <ac131313 (a] redhat.com>
    316 
    317 	* sim-d10v.h (sim_d10v_regs): Expand to include all registers.
    318 	Update copyright.
    319 
    320 2002-05-23  Andrew Cagney  <ac131313 (a] redhat.com>
    321 
    322 	* sim-d10v.h: New file.  Moved from include/sim-d10v.h.
    323 
    324 2002-05-10  Elena Zannoni  <ezannoni (a] redhat.com>
    325 
    326 	* sim-sh.h: New file, for sh gdb<->sim interface.
    327 
    328 2002-05-09  Daniel Jacobowitz  <drow (a] mvista.com>
    329 
    330 	* signals.h: Update comments.
    331 	(enum target_signal): Remove conditional compilation around
    332 	Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
    333 
    334 2002-03-10  Daniel Jacobowitz  <drow (a] mvista.com>
    335 
    336 	* signals.h: New file, from gdb/defs.h.
    337 
    338 
    340 Copyright (C) 2002-2016 Free Software Foundation, Inc.
    341 
    342 Copying and distribution of this file, with or without modification,
    343 are permitted in any medium without royalty provided the copyright
    344 notice and this notice are preserved.
    345 
    346 Local Variables:
    347 mode: change-log
    348 left-margin: 8
    349 fill-column: 74
    350 version-control: never
    351 End:
    352