Update release making notes.
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 00b0a0df025690be0f28289f81d0744c196af2a9..9bc965a36b3d996a891bb229a73285ff14148a12 100644 (file)
@@ -1,3 +1,198 @@
+2020-01-29  Maciej W. Rozycki  <macro@wdc.com>
+
+       * configure.srv <i[34567]86-*-mingw*>: Fix whitespace damage.
+
+2020-01-29  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
+
+       * configure.srv (powerpc*-*-linux*): Use srv_tgtobj in second
+       assignment instead of srv_linux_obj.
+
+2020-01-28  Hannes Domani  <ssbssa@yahoo.de>
+
+       * server.c (handle_qxfer_libraries): Write segment-address with
+       paddress.
+
+2020-01-24  Hannes Domani  <ssbssa@yahoo.de>
+
+       * Makefile.in (install-strip): New target.
+       (install_sh, INSTALL_STRIP_PROGRAM, STRIP): New variables.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Add AM_PROG_INSTALL_STRIP.
+
+2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
+
+       * Makefile.in (SFILES): Adjust paths to point to real files.
+       (OBS): Move waitstatus.o to target/waitstatus.o.
+       (TAGS): Transform paths appropriately.
+       (%.o): Rename to...
+       (nat/%.o): ... this pattern rule.
+       (%.o): Rename to...
+       (target/%.o): ... this pattern rule.
+       * configure.srv: Adjust paths throughout to include nat/ prefix
+       with the revant files.
+       * configure.ac: Add `nat' and `target' to CONFIG_SRC_SUBDIR.
+       * configure: Regenerate.
+
+2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
+
+       * Makefile.in (TAGS): Remove config files from the recipe.
+
+2020-01-14  Tom Tromey  <tom@tromey.com>
+
+       * configure: Rebuild.
+       * configure.ac: Remove any checks that were added to common.m4.
+       * acinclude.m4: Include lib-ld.m4, lib-prefix.m4, and
+       lib-link.m4.
+
+2020-01-14  Tom Tromey  <tom@tromey.com>
+
+       * server.h: Include config.h.
+       * gdbreplay.c: Include config.h.
+       * configure: Rebuild.
+       * configure.ac: Don't source common.host.
+       * acinclude.m4: Update path.
+       * Makefile.in (INCSUPPORT): New variable.
+       (INCLUDE_CFLAGS): Add INCSUPPORT.
+       (SFILES): Update paths.
+       (version-generated.c): Update path to create-version.sh.
+       (gdbsupport/%-ipa.o, gdbsupport/%.o): Update paths.
+
+2020-01-14  Tom Tromey  <tom@tromey.com>
+
+       * configure.ac (LIBS): Use WIN32APILIBS.
+       (USE_WIN32API): Don't define.
+       * configure: Rebuild.
+
+2020-01-14  Tom Tromey  <tom@tromey.com>
+
+       * configure: Rebuild.
+
+2020-01-13  Simon Marchi  <simon.marchi@efficios.com>
+
+       * Makefile.in (%-generated.c): Remove rule for files from
+       regformats/i386.
+
+2020-01-13  Simon Marchi  <simon.marchi@efficios.com>
+
+       * configure: Re-generate.
+
+2020-01-13  Simon Marchi  <simon.marchi@efficios.com>
+
+       * tracepoint.h (IP_AGENT_EXPORT_FUNC) [!IN_PROCESS_AGENT]:
+       Define to static.
+       * tracepoint.c (stop_tracing, flush_trace_buffer,
+       about_to_request_buffer_space, get_trace_state_variable_value,
+       set_trace_state_variable_value, gdb_collect): Add declaration.
+
+2020-01-13  Simon Marchi  <simon.marchi@efficios.com>
+
+       * linux-x86-low.c (x86_linux_regs_info, amd64_emit_eq_goto,
+       amd64_emit_ne_goto, amd64_emit_lt_goto, amd64_emit_le_goto,
+       amd64_emit_gt_goto, amd64_emit_ge_goto, amd64_emit_ge_goto,
+       i386_emit_eq_goto, i386_emit_ne_goto, i386_emit_lt_goto,
+       i386_emit_le_goto, i386_emit_gt_goto, i386_emit_ge_goto): Make
+       static.
+
+2020-01-13  Simon Marchi  <simon.marchi@efficios.com>
+
+       * inferiors.c: Include gdbsupport/common-inferior.h.
+
+2020-01-13  Simon Marchi  <simon.marchi@efficios.com>
+
+       * hostio-errno.c: Include hostio.h.
+
+2020-01-13  Simon Marchi  <simon.marchi@efficios.com>
+
+       * Makefile.in (%-generated.c): Make $(regdat_sh) a regular
+       prerequisite.
+
+2020-01-12  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-arm-tdesc.c: Include linux-arm-tdesc.h.
+       * linux-arm-tdesc.h: Include arch/arm.h.
+
+2020-01-12  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-aarch64-low.c (aarch64_write_goto_address): Make static.
+
+2020-01-12  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-aarch32-tdesc.c: Include linux-aarch32-tdesc.h.
+       * linux-aarch64-tdesc.c: Include linux-aarch64-tdesc.h.
+
+2020-01-10  Pedro Alves  <palves@redhat.com>
+
+       * fork-child.c (post_fork_inferior): Pass target down to
+       startup_inferior.
+       * inferiors.c (switch_to_thread): Add process_stratum_target
+       parameter.
+       * lynx-low.c (lynx_target_ops): Now a process_stratum_target.
+       * nto-low.c (nto_target_ops): Now a process_stratum_target.
+       * linux-low.c (linux_target_ops): Now a process_stratum_target.
+       * remote-utils.c (prepare_resume_reply): Pass the target to
+       switch_to_thread.
+       * target.c (the_target): Now a process_stratum_target.
+       (done_accessing_memory): Pass the target to switch_to_thread.
+       (set_target_ops): Ajust to use process_stratum_target.
+       * target.h (struct target_ops): Rename to ...
+       (struct process_stratum_target): ... this.
+       (the_target, set_target_ops): Adjust.
+       (prepare_to_access_memory): Adjust comment.
+       * win32-low.c (child_xfer_memory): Adjust to use
+       process_stratum_target.
+       (win32_target_ops): Now a process_stratum_target.
+
+2020-01-06  Eli Zaretskii  <eliz@gnu.org>
+           Pedro Alves  <palves@redhat.com>
+
+       * win32-low.c (get_child_debug_event): Extract the fatal exception
+       from the exit status and convert to the equivalent Posix signal
+       number.
+       (win32_wait): Allow TARGET_WAITKIND_SIGNALLED status as well.
+       * Makefile.in (OBS, SFILES): Add gdb_wait.[co].
+
+2020-01-01  Hannes Domani  <ssbssa@yahoo.de>
+
+       * Makefile.in: Use INSTALL_PROGRAM_ENV.
+
+2020-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * server.c (gdbserver_version): Change copyright year to 2020.
+       * gdbreplay.c (gdbreplay_version): Likewise.
+
+2019-12-19  Christian Biesinger  <cbiesinger@google.com>
+
+       * configure: Regenerate.
+       * configure.ac: Quote variable arguments of test.
+
+2019-12-16  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * Makefile.in: Fix build with GNU Make 3.81
+
+2019-12-16  Tom Tromey  <tromey@adacore.com>
+
+       * server.c (get_exec_file): Constify result.
+
+2019-12-10  Christian Biesinger  <cbiesinger@google.com>
+
+       * Makefile.in: Add safe-strerror.c to gdbreplay and IPA, and change
+       UNDO_GNULIB_CFLAGS to undo strerror_r instead of strerror.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Don't check for strerror.
+       * linux-i386-ipa.c (initialize_fast_tracepoint_trampoline_buffer):
+       Call safe_strerror instead of strerror.
+       * server.h (strerror): Remove this now-unnecessary declaration.
+       * tracepoint.c (init_named_socket): Call safe_strerror instead of
+       strerror.
+       (gdb_agent_helper_thread): Likewise.
+       * utils.c (perror_with_name): Likewise.
+
+2019-11-26  Tom Tromey  <tom@tromey.com>
+
+       * configure, config.in: Rebuild.
+
 2019-11-26  Tom Tromey  <tom@tromey.com>
 
        * remote-utils.c (block_unblock_async_io): Use gdb_sigmask.
This page took 0.03167 seconds and 4 git commands to generate.