Import strchrnul from gnulib and use it
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 476bb5e6bef4dfb94733e9d90b1162b26886b127..93eadfb9f3b7114505a8c1cddeb5a18002123f20 100644 (file)
@@ -1,3 +1,66 @@
+2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * remote.c (skip_to_semicolon): Remove.
+       (remote_parse_stop_reply): Use strchrnul instead of
+       skip_to_semicolon.
+       * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
+       strchrnul.
+       * gnulib/aclocal.m4: Regenerate.
+       * gnulib/config.in: Regenerate.
+       * gnulib/configure: Regenerate.
+       * gnulib/import/Makefile.am: Regenerate.
+       * gnulib/import/Makefile.in: Regenerate.
+       * gnulib/import/m4/gnulib-cache.m4: Regenerate.
+       * gnulib/import/m4/gnulib-comp.m4: Regenerate.
+       * gnulib/import/m4/rawmemchr.m4: New file.
+       * gnulib/import/m4/strchrnul.m4: New file.
+       * gnulib/import/rawmemchr.c: New file.
+       * gnulib/import/rawmemchr.valgrind: New file.
+       * gnulib/import/strchrnul.c: New file.
+       * gnulib/import/strchrnul.valgrind: New file.
+
+2016-01-28  Yao Qi  <yao.qi@linaro.org>
+
+       * breakpoint.c (build_target_command_list): Don't call continue
+       if aexpr is NULL.
+       (build_target_condition_list): Likewise.
+
+2016-01-27  Kevin Buettner  <kevinb@redhat.com>
+
+       * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8
+       bytes as aggregates.
+
+2016-01-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
+       Linespec Maintainers.
+
+2016-01-26  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * common/common-utils.c (skip_spaces): Fix comment.
+       (skip_to_space_const): Likewise.
+
+2016-01-25  Yao Qi  <yao.qi@linaro.org>
+
+       * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
+       Remove argument pc.  Get pc by regcache_read_pc.  Callers updated.
+       (arm_deal_with_atomic_sequence_raw): Likewise.
+       (thumb_get_next_pcs_raw): Likewise.
+       (arm_get_next_pcs_raw): Likewise.
+       (arm_get_next_pcs): Remove argument pc.  Callers updated.
+       * arch/arm-get-next-pcs.h (arm_get_next_pcs): Update declaration.
+
+2016-01-25  Mark Wielaard  <mjw@redhat.com>
+
+       * ada-lang.c (ada_evaluate_subexp): Add proper else block.
+       * c-typeprint.c (c_type_print_base): Fix misleading indentation of
+       if statement.
+       * inflow.c (child_terminal_ours_1): Fix misleading indentation of
+       statement block by introducing an else.
+       * linux-record.c (record_linux_sockaddr): Fix misleading indentation
+       of return statements.
+       (record_linux_msghdr): Likewise.
+
 2016-01-25  Pedro Alves  <palves@redhat.com>
 
        PR threads/19461
This page took 0.02895 seconds and 4 git commands to generate.