x86: Delete incorrect vmgexit entry in prefix_table
[deliverable/binutils-gdb.git] / gdbserver / ChangeLog
index 7ed38d7dbf736172ac91fc9477b89b5a1577002f..3eef54470410f85570423a0a658918f5a543524c 100644 (file)
@@ -1,3 +1,75 @@
+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.
+       * configure.ac: Remove srv_lynxos test.
+       * configure.srv: Remove lynxos cases.
+       * lynx-i386-low.cc, lynx-low.cc, lynx-low.h, lynx-ppc-low.c:
+       Remove.
+
+2020-06-12  Simon Marchi  <simon.marchi@efficios.com>
+
+       * README: Fix a few outdated or incoherent things.
+
+2020-05-27  Hannes Domani  <ssbssa@yahoo.de>
+
+       * win32-low.cc (do_initial_child_stuff): Set open_process_used.
+       (win32_clear_inferiors): Use open_process_used.
+       (get_child_debug_event): Likewise.
+
+2020-05-25  Michael Weghorn  <m.weghorn@posteo.de>
+
+       PR gdbserver/25893
+       * linux-low.cc (linux_process_target::create_inferior),
+       lynx-low.cc (lynx_process_target::create_inferior),
+       win32-low.cc (win32_process_target::create_inferior): Use
+       construct_inferior_arguments instead of stringify_argv
+       to get string representation which properly escapes
+       special characters.
+       * server.cc (handle_v_run): Just pass empty program arg
+       as such, since any further processing is now handled via
+       construct_inferior_arguments.
+
 2020-05-25  Michael Weghorn  <m.weghorn@posteo.de>
 
        * nto-low.cc (nto_process_target::create_inferior): Pass
This page took 0.029025 seconds and 4 git commands to generate.