X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=2d8bec90cea0baad095b39e952c86ae3fa3e0966;hb=eb41253a15e2c976869ba1b1f0c3c0e60065fd4f;hp=146cb00ef4caafd2ecbc4df6b612af7940fbf00a;hpb=a45575b0356d671df2c55fcfc66de719b6b2e5e5;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 146cb00ef4..2d8bec90ce 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,65 @@ +2019-05-27 Tom Tromey + + * NEWS: Fix typo. + +2019-05-22 Tom Tromey + + * target.c (target_follow_exec): Constify parameter. + * target-delegates.c: Rebuild. + * remote.c (remote_target::follow_exec): Constify parameter. + * infrun.c (follow_exec): Constify parameter. + * target.h (struct target_ops) : Constify parameter. + (target_follow_exec): Likewise. + +2019-05-22 Alan Hayward + + * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat + DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets. + +2019-05-22 Alan Hayward + + * NEWS: Add debugredirect and testsuite sections. + +2019-05-22 Simon Cook + + * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from + target descriptions using exclusively floating point register name + aliases. + +2019-05-21 Andrew Burgess + + PR gdb/18644: + * f-lang.c (build_fortran_types): Handle the case where + gdbarch_floatformat_for_type returns a nullptr. + +2019-05-21 Tom de Vries + + PR cli/24587 + * cli/cli-cmds.c (complete_command): Fix use of unitialized variable. + +2019-05-18 Andrew Burgess + + PR gdb/18644: + * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for + 16-byte floats. + * i386-tdep.c (i386_floatformat_for_type): Use + floatformats_ia64_quad for the 16-byte floating point component + within a fortran 32-byte complex number. + +2019-05-18 Andrew Burgess + + * dwarf2read.c (struct cu_partial_die_info): Add constructor, + delete default constructor. + (find_partial_die): Update to return const struct. + (partial_die_parent_scope): Move variable declaration into scope + of its use and change its type to auto. + (guess_partial_die_structure_name): Likewise. + (partial_die_info::fixup): Likewise. + +2019-05-17 Tom Tromey + + * source.c (find_and_open_source): Remove cast. + 2019-05-17 Tom Tromey * annotate.c (annotate_source): Make "filename" const.