gdbserver: remove support for LynxOS
[binutils-gdb.git] / gdbserver / ChangeLog
index 0bf2bb97635fbbb77fa65bf7d997ceae81602348..c6cc5f1b1264dbc77382d3cc30c84c5ae2504d6e 100644 (file)
@@ -1,3 +1,44 @@
+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
+       argv to spawnp function as char **.
+
+2020-05-25  Michael Weghorn  <m.weghorn@posteo.de>
+
+       * server.cc (captured_main), (handle_v_run): No longer
+       insert extra NULL element to args vector.
+
 2020-05-23  Pedro Alves  <palves@redhat.com>
 
        * gdb-safe-ctype.h: New.