Fix build on recent versions of OpenBSD.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 861f01b2397e242d6b39aab711b6c339b7afe190..a0e3530964725af389422b9f43d7cf38d2ceb704 100644 (file)
@@ -1,3 +1,114 @@
+2014-02-03  Mark Kettenis  <kettenis@gnu.org>
+
+       * bsd-kvm.c: Include <sys/param.h>
+
+2014-02-03  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Fix prototype.
+
+2014-01-31  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.h (clear_ada_sym_cache): Delete.
+
+2014-01-30  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * auxv.c (fprint_target_auxv): Handle AT_HWCAP2.
+
+2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * sparc64-linux-tdep.c (sparc64_linux_step_trap): Get PC from
+          the sigreturn register save area only if the syscall is
+          sigreturn.
+
+2014-01-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * valops.c (value_slice): Minor reformatting.
+
+2014-01-28  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * ppc64-tdep.c (ppc64_standard_linkage7): Fix typo.
+
+2014-01-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (maint_set_ada_cmdlist, maint_show_ada_cmdlist):
+       New static globals.
+       (maint_set_ada_cmd, maint_show_ada_cmd): New functions.
+       (ada_ignore_descriptive_types_p): New static global.
+       (find_parallel_type_by_descriptive_type): Return immediately
+       if ada_ignore_descriptive_types_p is set.
+       (_initialize_ada_language): Register new commands "maintenance
+       set ada", "maintenance show ada", "maintenance set ada
+       ignore-descriptive-types" and "maintenance show ada
+       ignore-descriptive-types".
+       * NEWS: Add entry for new "maint ada set/show
+       ignore-descriptive-types" commands.
+
+2014-01-27  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * record-btrace.c (record_btrace_close): Call btrace_teardown
+       for all threads.
+
+2014-01-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c: Remove "#ifdef UI_OUT" condition for including
+       "ui-out.h".
+
+2014-01-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-typeprint (type_is_full_subrange_of_target_type):
+       New function.
+       (print_range): Add parameter bounds_prefered_p.  If not set,
+       try printing range types using the name of their base type.
+       (print_range_type): Add parameter bounds_prefered_p.
+       Use it in call to print_range.
+       (print_array_type, ada_print_type): Update calls to print_range
+       and print_range_type.
+
+2014-01-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-typeprint.c (print_array_type, print_choices, print_range)
+       (print_range_bound, print_dynamic_range_bound, print_range_type):
+       Remove declaration.
+
+2014-01-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-typeprint.c (print_range): Add missing empty line
+       after local declaration.
+
+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:
This page took 0.025043 seconds and 4 git commands to generate.