X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fgdb%2FChangeLog;h=89e09d3edde4d3a55675724f411d37a63711ac7b;hb=f5a7c406b1975cde626efed526960f2cf1bdaceb;hp=bec6ef891f4d99fdcaeebf130fa145abe7710444;hpb=7a7aed78077b45ac6495fd48474dd6031e826f55;p=deliverable%2Fbinutils-gdb.git diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog index bec6ef891f..89e09d3edd 100644 --- a/include/gdb/ChangeLog +++ b/include/gdb/ChangeLog @@ -1,3 +1,231 @@ +2016-07-15 John Baldwin + + * signals.def: Add GDB_SIGNAL_LIBRT. + +2016-01-06 Mike Frysinger + + * remote-sim.h (sim_open): Mark argv const. + (sim_create_inferior): Mark argv and env const. + +2015-11-24 Nick Clifton + + * sim-aarch64.h: New file. + +2015-11-15 Mike Frysinger + + * sim-cr16.h (SIM_CR16_MEMORY_UNIFIED, SIM_CR16_MEMORY_INSN, + SIM_CR16_MEMORY_DATA, SIM_CR16_MEMORY_DMAP, SIM_CR16_MEMORY_IMAP): + Delete. + +2015-11-14 Mike Frysinger + + * sim-arm.h: Delete __cplusplus checks and extern "C" linkage. + * sim-cr16.h, sim-d10v.h, sim-frv.h, sim-h8300.h, sim-lm32.h, + sim-sh.h: Likewise. + +2015-11-10 Mike Frysinger + + * sim-cr16.h (sim_cr16_translate_dmap_addr): Delete. + (sim_cr16_translate_imap_addr): Likewise. + (sim_cr16_translate_addr): Likewise. + * sim-d10v.h (sim_d10v_translate_dmap_addr): Delete. + (sim_d10v_translate_imap_addr): Likewise. + (sim_d10v_translate_addr): Likewise. + +2015-06-17 Mike Frysinger + + * callback.h (CB_TARGET_DEFS_MAP): Add name member. + (cb_host_str_syscall, cb_host_str_errno, cb_host_str_signal, + cb_target_str_syscall, cb_target_str_errno, cb_target_str_signal): + Declare. + +2015-03-28 James Bowman + + * sim-ft32.h: New file. + +2015-05-15 Mike Frysinger + + * remote-sim.h (struct host_callback_struct): Define. + +2015-01-31 Doug Evans + + * section-scripts.h: Remove "future extension" comment. + (SECTION_SCRIPT_ID_PYTHON_TEXT): New macro. + (SECTION_SCRIPT_ID_SCHEME_TEXT): New macro. + +2014-12-03 Joel Brobecker + + * callback.h (struct host_callback_struct) : Renamed + from "stat". + : Renamed from "fstat". + : Renamed from "lstat". + +2014-03-10 Mike Frysinger + + * remote-sim.h (sim_do_command): Add const to cmd. + +2014-03-05 Alan Modra + + Update copyright notice. + +2014-03-05 Mike Frysinger + + * remote-sim.h (sim_load): Add const to prog. + +2014-02-09 Doug Evans + + * section-scripts.h: New file. + +2013-10-22 Sterling Augustine + + * gdb-index.h: Merge from gdb tree. + +2013-03-15 Steve Ellcey + + * remote-sim.h (sim_command_completer): Make char arguments const. + +2013-01-01 Joel Brobecker + + Update year range in copyright notice of all files. + +2012-06-23 Doug Evans + + * gdb-index.h: New file. + +2012-05-24 Pedro Alves + + PR gdb/7205 + + Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout. + +2012-05-24 Pedro Alves + + PR gdb/7205 + + Replace target_signal with gdb_signal throughout. + +2012-04-12 Mike Frysinger + + * callback.h (CB_SYS_argc, CB_SYS_argnlen, CB_SYS_argn): Define. + +2012-02-03 Kevin Buettner + + * sim-rl78.h: New file. + +2011-12-03 Mike Frysinger + + * callback.h (cb_get_string): New prototype. + +2011-04-14 Mike Frysinger + + * remote-sim.h (sim_complete_command): New prototype. + +2011-03-05 Mike Frysinger + + * sim-bfin.h: New file. + +2011-01-11 Andrew Burgess + + * remote-sim.h (sim_store_register): Update the API + documentation for this function. + +2010-09-06 Pedro Alves + + * signals.def: Replace all ANY uses by SET with specific numbers. + * signals.h (ANY): Remove. + +2010-07-31 Jan Kratochvil + + * signals.h (enum target_signal): Move the content to signals.def. + Include it. + * signals.def: New file. + +2010-06-24 Kevin Buettner + + * sim-rx.h (sim_rx_regnum): Add sim_rx_acc_regnum. Adjust + register order. + +2010-04-13 Mike Frysinger + + * callback.h: Strip PARAMS from prototypes. + * remote-sim.h: Likewise. + +2010-04-13 Mike Frysinger + + * remote-sim.h (sim_write): Add const to buf arg. + +2009-11-24 DJ Delorie + + * sim-rx.h: New. + +2009-05-18 Jon Beniston + + * sim-lm32.h: New file. + +2009-01-07 Hans-Peter Nilsson + + * callback.h (struct host_callback_struct): Mark member error as + pointing to a noreturn function. + +2008-02-12 M Ranga Swami Reddy + + * sim-cr16.h: New file. + +2008-01-01 Daniel Jacobowitz + + Updated copyright notices for most files. + +2007-10-15 Daniel Jacobowitz + + * sim-ppc.h (sim_spr_register_name): New prototype. + +2007-10-11 Jesper Nilsson + + * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes. + +2007-08-23 Joel Brobecker + + Switch the license of all .h files to GPLv3. + +2007-01-09 Daniel Jacobowitz + + Updated copyright notices for most files. + +2005-07-08 Ben Elliston + + * callback.h: Remove ANSI_PROTOTYPES conditional code. + +2005-01-28 Hans-Peter Nilsson + + * callback.h (struct host_callback_struct): New members pipe, + pipe_empty, pipe_nonempty, ispipe, pipe_buffer and + target_sizeof_int. + (CB_SYS_pipe): New macro. + + * callback.h: Include "bfd.h". + (struct host_callback_struct): New member target_endian. + (cb_store_target_endian): Declare. + +2004-12-15 Hans-Peter Nilsson + + * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros. + +2004-12-13 Hans-Peter Nilsson + + * callback.h (struct host_callback_struct): New member lstat. + (CB_SYS_lstat): New macro. + (CB_SYS_rename): New macro. + +2004-09-08 Michael Snyder + + Commited by Corinna Vinschen + * sim-sh.h: Add new sh2a banked registers. + +2004-08-04 Andrew Cagney + + * sim-ppc.h: Add extern "C" wrapper. + (enum sim_ppc_regnum): Add full list of SPRs. + 2004-08-04 Jim Blandy * sim-ppc.h: New file. @@ -19,7 +247,7 @@ 2003-06-10 Corinna Vinschen - * gdb/fileio.h: New file. + * fileio.h: New file. 2003-05-07 Andrew Cagney @@ -57,7 +285,7 @@ 2002-07-29 Andrey Volkov * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_ - prefix. + prefix. 2002-07-23 Andrey Volkov @@ -99,7 +327,7 @@ Wed Jul 17 19:36:38 2002 J"orn Rennecke 2002-05-10 Elena Zannoni - * sim-sh.h: New file, for sh gdb<->sim interface. + * sim-sh.h: New file, for sh gdb<->sim interface. 2002-05-09 Daniel Jacobowitz @@ -112,6 +340,12 @@ Wed Jul 17 19:36:38 2002 J"orn Rennecke * signals.h: New file, from gdb/defs.h. +Copyright (C) 2002-2020 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. + Local Variables: mode: change-log left-margin: 8