Use separate sed expressions to escape auto-load directories.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index dd57b3e3f9f3076b55cd88d00647d1cd8e0c7d91..d863f918c6b9c53908b4229a81c29653c09ee60c 100644 (file)
@@ -1,3 +1,101 @@
+2018-12-05  John Baldwin  <jhb@FreeBSD.org>
+
+       * configure: Re-generate.
+       * configure.ac: Use separate sed expressions to escape variables
+       in auto-load directories.
+
+2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * riscv-tdep.c (riscv_features_from_gdbarch_info): New function.
+       (riscv_find_default_target_description): Use new function to
+       extract feature from gdbarch_info.
+       (riscv_gdbarch_init): Add error checks for xlen and flen between
+       target description and bfd headers.  Be smarter about when we
+       think the hardware floating point abi should be used.
+
+2018-12-05  Alan Hayward  <alan.hayward@arm.com>
+
+       * nat/aarch64-linux-hw-point.c
+       (aarch64_linux_any_set_debug_regs_state): New function.
+       * nat/aarch64-linux-hw-point.h
+       (aarch64_linux_any_set_debug_regs_state): New declaration.
+       * nat/aarch64-linux.c (aarch64_linux_new_thread): Check if any
+       BPs or WPs are set.
+
+2018-11-30  John Baldwin  <jhb@FreeBSD.org>
+
+       * common/filestuff.c [HAVE_KINFO_GETFILE]: Include headers.
+       (fdwalk) [HAVE_KINFO_GETFILE]: Use kinfo_getfile.
+
+2018-11-30  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+            Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linespec.c (symtab_vector_up): Remove.
+       (symtabs_from_filename): Change return type to std::vector.
+       (collect_symtabs_from_filename): Likewise.
+       (create_sals_line_offset): Assign return value of
+       collect_symtabs_from_filename to *ls->file_symtabs.
+       (convert_explicit_location_to_linespec): Remove call to release.
+       (parse_linespec): Likewise.
+       (symtab_collector) <symtab_collector>: Remove initialization of
+       m_symtabs.
+       <release_symtabs>: Change return type to std::vector<symtab *>.
+       <operator ()>: Adjust.
+
+2018-11-30  John Baldwin  <jhb@FreeBSD.org>
+
+       * fbsd-nat.c [__FreeBSD_version >= 700009] (USE_SIGINFO): Macro
+       defined.
+       (union sigval32, struct siginfo32, fbsd_siginfo_size)
+       (fbsd_convert_siginfo): Make conditional on USE_SIGINFO instead
+       of KERN_PROC_AUXV and PT_LWPINFO.
+       (fbsd_nat_target::xfer_partial): Define method unconditionally.
+       Make TARGET_OBJECT_SIGNAL_INFO conditional on USE_SIGINFO.
+       Make TARGET_OBJECT_AUXV conditional on KERN_PROC_AUXV.
+       Make TARGET_OBJECT_FREEBSD_VMMAP and
+       TARGET_OBJECT_FREEBSD_PS_STRINGS conditional on KERN_PROC_VMMAP
+       and KERN_PROC_PS_STRINGS.
+       * fbsd-nat.h: Include <sys/proc.h>.
+       (fbsd_nat_target::xfer_partial): Declare method unconditionally.
+
+2018-11-30  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * riscv-linux-nat.c: Add 'inferior.h' and 'target-descriptions.h'
+       header files.
+       (riscv_linux_nat_target::read_description): New method.
+
+2018-11-30  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * arch/riscv.h (riscv_gdbarch_features::hash): New method.
+       * arch/riscv.c (struct riscv_gdbarch_features_hasher): New.
+       (riscv_tdesc_cache): New global.
+       (riscv_create_target_description): Look in the cache before
+       creating a new target description.
+
+2018-11-30  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * arch/riscv.h (riscv_gdb_features::operator==): New.
+       (riscv_gdb_features::operator!=): New.
+       * riscv-tdep.c (riscv_gdbarch_init): Make use of the inequality
+       operator.
+
+2018-11-30  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * arch/riscv.h (riscv_create_target_description): Make return type
+       const.
+       * arch/riscv.c (riscv_create_target_description): Likewise.
+       * riscv-tdep.c (riscv_find_default_target_description): Likewise.
+
+2018-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Keith Seitz  <keiths@redhat.com>
+           Tom Tromey  <tom@tromey.com>
+           Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       https://bugzilla.redhat.com/show_bug.cgi?id=1613614
+       * dwarf2read.c (dwarf2_find_containing_comp_unit): Add
+       'mid_cu->length' to '*cu_off' when checking if 'sect_off' is
+       inside the CU.
+
 2018-11-30  Pedro Alves  <palves@redhat.com>
 
        * aix-thread.c (aix_thread_target) <aix_thread_target>: Delete.
This page took 0.026643 seconds and 4 git commands to generate.