Rely on gnulib's unistd.h replacement.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index fd7a3f23319dc6f9b333c4e8cb288e490dd542a5..7292d8b13dc4672fc7480dafd7baa439743bd1f6 100644 (file)
@@ -1,3 +1,162 @@
+2013-07-01  Pedro Alves  <palves@redhat.com>
+
+       * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
+       (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
+       * tracepoint.c: Don't check HAVE_UNISTD_H before including
+       <unistd.h>.
+
+2013-07-01  Pedro Alves  <palves@redhat.com>
+
+       Import the "unistd" gnulib module.
+       * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
+       * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
+       import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
+       import/m4/unistd_h.m4.
+       * gnulib/aclocal.m4: Renenerate.
+       * gnulib/config.in: Renenerate.
+       * gnulib/configure: Renenerate.
+       * gnulib/import/Makefile.am: Renenerate.
+       * gnulib/import/Makefile.in: Renenerate.
+       * gnulib/import/m4/gnulib-cache.m4: Renenerate.
+       * gnulib/import/m4/gnulib-comp.m4: Renenerate.
+       * gnulib/import/m4/off_t.m4: New file.
+       * gnulib/import/m4/ssize_t.m4: New file.
+       * gnulib/import/m4/sys_types_h.m4: New file.
+       * gnulib/import/m4/unistd_h.m4: New file.
+       * gnulib/import/sys_types.in.h: New file.
+       * gnulib/import/unistd.c: New file.
+       * gnulib/import/unistd.in.h: New file.
+
+2013-07-01  Pedro Alves  <palves@redhat.com>
+
+       * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
+       defined instead of checking HAVE_UNISTD_H.
+
+2013-07-01  Pedro Alves  <palves@redhat.com>
+
+       Reimport gnulib from scratch.
+       * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
+       import/m4/onceonly.m4.
+       * gnulib/aclocal.m4: Renegerate.
+       * gnulib/config.in: Renegerate.
+       * gnulib/configure: Renegerate.
+       * gnulib/import/Makefile.in: Renegerate.
+       * gnulib/import/extra/update-copyright: Renegerate.
+       * gnulib/import/m4/onceonly.m4: Delete.
+
+2013-07-01  Pedro Alves  <palves@redhat.com>
+
+       * tui/tui-regs.c (pagination_enabled): Delete declaration.
+
+2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * remote.c (async_remote_interrupt_twice): Make it static.
+       * remote.h (async_remote_interrupt_twice): Remove the declaration.
+
+2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * ia64-linux-tdep.c: Include <ctype.h>.
+       (ia64_linux_stap_is_single_operand): New function.
+       (ia64_linux_init_abi): Initialize SystemTap related attributes.
+
+2013-06-28  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in (version.c): Use version.in, not
+       common/version.in.
+       * common/create-version.sh: Likewise.
+       * common/version.in: Move...
+       * version.in: ...here.
+
+2013-06-28  Pedro Alves  <palves@redhat.com>
+
+       * infrun.c (set_observer_mode): Don't declare pagination_enabled
+       here.
+       * utils.h (pagination_enabled): Declare.
+
+2013-06-28  Pedro Alves  <palves@redhat.com>
+
+       * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
+       Move higher up in file.
+
+2013-06-28  Tom Tromey  <tromey@redhat.com>
+
+       * tracepoint.c (deprecated_readline_begin_hook)
+       (deprecated_readline_hook, deprecated_readline_end_hook): Don't
+       declare.
+
+2013-06-28  Pedro Alves  <palves@redhat.com>
+
+       PR tui/14880
+       * tui/tui-regs.c (tui_get_register): Fetch value contents before
+       checking if they're available.
+       * value.c (value_available_contents_eq): Change comment.
+       * value.h (value_available_contents_eq): Expand comment.
+
+2013-06-27  Tom Tromey  <tromey@redhat.com>
+
+       * target.c (find_run_target): Remove.
+       * target.h (find_run_target): Remove.
+
+2013-06-27  Tom Tromey  <tromey@redhat.com>
+
+       * corelow.c (core_gdbarch): Now static.
+
+2013-06-27  Tom Tromey  <tromey@redhat.com>
+
+       * target.c (target_struct_index): Remove.
+
+2013-06-27  Pedro Alves  <palves@redhat.com>
+
+       * infrun.c: Remove comment describing the 'stepping over runtime
+       loader dynamic symbol resolution code' mechanism; moved to
+       gdbint.texinfo.
+
+2013-06-27  Pedro Alves  <palves@redhat.com>
+
+       * exceptions.c (catch_command_errors): Remove spurious space.
+       * exceptions.h (catch_command_errors): Second parameter is "arg",
+       not "command".
+
+2013-06-27  Yao Qi  <yao@codesourcery.com>
+
+       * common/create-version.sh: Update comments.  Handle the case
+       that TARGET_ALIAS is empty.
+
+2013-06-26  Pedro Alves  <palves@redhat.com>
+
+       * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
+       comment.
+
+2013-06-26  Pedro Alves  <palves@redhat.com>
+
+       * infrun.c: Update comments on stepping over runtime loader
+       dynamic symbol resolution code.
+
+2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * ax-gdb.h (union exp_element): Forward declare.
+       * parser-defs.h: Include expression.h.
+
+2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
+
+2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
+
+       * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
+
+2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
+
+       Fix trace-status to output proper start-time and stop-time.
+       * tracepoint.c (trace_status_command): Fix type of printf arg to
+       prevent improper type conversion.
+       (trace_status_mi): Likewise.
+
+2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * mips-tdep.c (mips_next_pc): Fix a typo.
+
 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * mips-tdep.c (micromips_scan_prologue): Fix a typo.
This page took 0.027604 seconds and 4 git commands to generate.