Remove stale overlay testcase bits
[binutils-gdb.git] / gdbserver / ChangeLog
index c6cc5f1b1264dbc77382d3cc30c84c5ae2504d6e..4ed5d6101612a086fd3d1bf9ac9efcd5db67a4a7 100644 (file)
@@ -1,3 +1,79 @@
+2020-06-29  Tom de Vries  <tdevries@suse.de>
+
+       * ax.h: Include gdbsupport/debug_agent.h.
+
+2020-06-23  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * tdesc.cc (struct tdesc_compatible_info): New struct.
+       (tdesc_compatible_info_list): New function.
+       (tdesc_compatible_info_arch_name): New function.
+
+2020-06-22  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       Use std::list to stop pending signal instead of manually-created
+       linked list.
+       * linux-low.h: Include <list>.
+       (struct pending_signal): Move here from linux-low.cc.
+       (struct lwp_info) <pending_signals>
+       <pending_signals_to_report>: Update the type.
+       * linux-low.cc (struct pending_signals): Remove.
+       (linux_process_target::delete_lwp)
+       (linux_process_target::add_lwp)
+       (enqueue_one_deferred_signal)
+       (dequeue_one_deferred_signal)
+       (enqueue_pending_signal)
+       (linux_process_target::resume_one_lwp_throw)
+       (linux_process_target::thread_needs_step_over)
+       (linux_process_target::resume_one_thread)
+       (linux_process_target::proceed_one_lwp): Update the use of pending
+       signal list.
+
+2020-06-17  Simon Marchi  <simon.marchi@efficios.com>
+
+       * Makefile.in (%-generated.cc: ../gdb/regformats/arm/%.dat):
+       Remove.
+
+2020-06-12  Simon Marchi  <simon.marchi@efficios.com>
+
+       * Makefile.in (SFILES): Remove win32-arm-low.cc, wincecompat.cc.
+       * configure.srv: Remove mingw32ce cases.
+       * server.h, win32-low.cc: Remove __MINGW32CE__-guarded code.
+       * win32-low.h (to_back_slashes): Remove.
+       * win32-arm-low.cc, wincecompat.cc, wincecompat.h: Remove.
+
+2020-06-12  Simon Marchi  <simon.marchi@efficios.com>
+
+       * Makefile.in (SFILES): linux-tile-low.cc.
+       * configure.srv: Remove tilegx case.
+       * linux-tile-low.cc: Remove.
+
+2020-06-12  Simon Marchi  <simon.marchi@efficios.com>
+
+       * Makefile.in (SFILES): Remove linux-m32r-low.cc.
+       * configure.srv: Remove m32r case.
+       * linux-m32r-low.cc: Remove.
+
+2020-06-12  Simon Marchi  <simon.marchi@efficios.com>
+
+       * Makefile.in (SFILES): Remove linux-cris-low.c.
+       * configure.srv: Remove cris cases.
+       * linux-cris-low.cc, linux-crisv32-low.cc: Remove.
+
+2020-06-12  Simon Marchi  <simon.marchi@efficios.com>
+
+       * Makefile.in (SFILES): Remove linux-bfin-low.c.
+       * configure.srv: Remove bfin case.
+       * linux-bfin-low.cc: Remove.
+       * linux-low.cc: Remove BFIN-conditional code.
+
+2020-06-12  Simon Marchi  <simon.marchi@efficios.com>
+
+       * configure: Re-generate.
+       * configure.ac: Remove srv_qnx test.
+       * configure.srv: Remove nto case.
+       * nto-low.cc, nto-low.h, nto-x86-low.cc: Remove.
+       * remote-utils.c: Remove __QNX__-guarded code.
+
 2020-06-12  Simon Marchi  <simon.marchi@efficios.com>
 
        * configure: Re-generate.