[Ada] Array bound incorrectly printed for array indexed by enum subrange
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ec8ce4377d4776758a761f7465b89e2b08c1ac0e..a96b3423ab11faff4a1ff6b50edd1f989c27b959 100644 (file)
@@ -1,3 +1,136 @@
+2014-01-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-valprint.c (print_optional_low_bound): Get index_type's
+       target type for as long as it is a TYPE_CODE_RANGE.
+
+2014-01-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * procfs.c (procfs_make_note_section): Remove assertion and
+       associated comment.
+
+2014-01-24  Yao Qi  <yao@codesourcery.com>
+
+       * remote.c (remote_read_bytes): Change type of len to ULONGEST.
+       * corelow.c (get_core_siginfo): Likewise.
+
+2014-01-24  Yao Qi  <yao@codesourcery.com>
+
+       * remote.c (remote_write_bytes_aux): Change type of 'len' to
+       ULONGEST.  Don't check 'len' is negative.
+       (remote_write_bytes):  Change type of 'len' to ULONGEST.
+
+2014-01-23  Tom Tromey  <tromey@redhat.com>
+
+       PR python/16485:
+       * python/lib/gdb/FrameDecorator.py: (FrameVars.fetch_frame_args):
+       Handle exception from frame.block.
+       (FrameVars.fetch_frame_locals): Likewise.
+
+2014-01-23  Tom Tromey  <tromey@redhat.com>
+
+       PR python/16487:
+       * python/py-framefilter.c (py_print_frame): Don't call Py_DECREF
+       on a NULL pointer.  Move "goto error" to correct place.
+
+2014-01-23  Tom Tromey  <tromey@redhat.com>
+
+       PR python/16491:
+       * python/py-framefilter.c (apply_frame_filter): Call
+       ensure_python_env after computing gdbarch.
+
+2014-01-23  Yao Qi  <yao@codesourcery.com>
+
+       * target.c (raw_memory_xfer_partial): Change argument type
+       from void * to gdb_byte *.
+       (memory_xfer_partial_1, memory_xfer_partial): Likewise.
+
+2014-01-22  Doug Evans  <dje@google.com>
+
+       New gdbserver option --debug-format=timestamp.
+       * NEWS: Mention it.
+
+2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
+
+       * syscalls/s390x-linux.xml: New file.
+       * syscalls/s390-linux.xml: New file.
+       * s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro.
+       (XML_SYSCALL_FILENAME_S390X): Likewise.
+       (op_svc): New enum value for SVC opcode.
+       (s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'.
+       (s390_linux_get_syscall_number): New function.
+       (s390_gdbarch_init): Register '*get_syscall_number' and the
+       syscall xml file name.
+       * data-directory/Makefile.in (SYSCALLS_FILES): Add
+       "s390-linux.xml" and "s390x-linux.xml".
+       * NEWS: Announce new feature.
+
+2014-01-22  Baruch Siach  <baruch@tkos.co.il>
+
+       * xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.
+
+2014-01-22  Pedro Alves  <palves@redhat.com>
+
+       * xtensa-config.c: Include defs.h.
+
+2014-01-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * common/common-utils.h: Add "ARI:" comment beside __func__
+       reference.
+
+2014-01-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * common/common-utils.h (FUNCTION_NAME): Expand the macro's
+       documentation a bit.
+
+2014-01-21  Roland McGrath  <mcgrathr@google.com>
+
+       * configure.ac: Call AM_PROG_INSTALL_STRIP.
+       * configure: Regenerate.
+       * aclocal.m4: Regenerate.
+       * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP):
+       New substituted variables.
+       (install-strip): New target.
+       (INSTALL_SCRIPT): New substituted variable.
+       (FLAGS_TO_PASS): Add it.
+       (install-only): Use $(INSTALL_SCRIPT) rather than
+       $(INSTALL_PROGRAM) for gcore.
+
+2014-01-20  Tom Tromey  <tromey@redhat.com>
+
+       * cli/cli-decode.h (struct cmd_list_element): Move all bitfields
+       together.
+
+2014-01-20  Tom Tromey  <tromey@redhat.com>
+
+       * cli/cli-decode.c (add_cmd, deprecate_cmd, add_alias_cmd)
+       (add_setshow_cmd_full, delete_cmd, lookup_cmd_1)
+       (deprecated_cmd_warning, complete_on_cmdlist): Update.
+       * cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER)
+       (MALLOCED_REPLACEMENT, DOC_ALLOCATED): Remove.
+       (struct cmd_list_element) <flags>: Remove.
+       <cmd_deprecated, deprecated_warn_user, malloced_replacement,
+       doc_allocated>: New fields.
+       <hook_in, allow_unknown, abbrev_flag, type, var_type>: Now
+       bitfields.
+       * maint.c (maintenance_do_deprecate): Update.
+       * top.c (execute_command): Update.
+
+2014-01-20  Baruch Siach  <baruch@tkos.co.il>
+
+       * xtensa-linux-nat.c: Include asm/ptrace.h.
+
+2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * Makefile.in (SFILES): Add d-support.c.
+       (COMMON_OBS): Add d-support.o.
+       * d-lang.h (d_parse_symbol): Add comment, now defined in
+       d-support.c.
+       * d-lang.c (parse_call_convention)
+       (parse_attributes, parse_function_types)
+       (parse_function_args, parse_type, parse_identifier)
+       (call_convention_p, d_parse_symbol): Move functions to ...
+       * d-support.c: ... New file.
+
 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * d-lang.h (d_parse_symbol): Add declaration.
This page took 0.025509 seconds and 4 git commands to generate.