Make increase_expout_size static
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 71951b776407b014427bbbcffeb859bf9ec606c1..36a8e242a9170cef455d6c629d960b67a66e60fa 100644 (file)
@@ -1,3 +1,79 @@
+2019-04-04  Tom Tromey  <tom@tromey.com>
+
+       * parser-defs.h (increase_expout_size): Don't declare.
+       * parse.c (increase_expout_size): Now static.
+
+2019-04-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gnu-nat.c (gnu_nat_target::wait): Fix
+       target_waitstatus_to_string call.
+
+2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * eval.c (evaluate_subexp_standard): Handle internal functions
+       during Fortran function call handling.
+
+2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * NEWS: Mention new internal functions.
+       * dwarf2read.c (dwarf2_init_complex_target_type): New function.
+       (read_base_type): Use dwarf2_init_complex_target_type.
+       * value.c (creal_internal_fn): New function.
+       (cimag_internal_fn): New function.
+       (_initialize_values): Register new internal functions.
+
+2019-04-01  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * infrun.c (stop_all_threads): If debug_infrun, always
+       trace the wait status after wait_one, using
+       target_waitstatus_to_string and target_pid_to_str.
+       (handle_inferior_event): Replace various trace of
+       wait status kind by a single trace.
+       * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
+       wait status kind image by target_waitstatus_to_string.
+       * target/waitstatus.c (target_waitstatus_to_string): Fix
+       obsolete comment.
+
+2019-04-01  Tom Tromey  <tromey@adacore.com>
+
+       PR symtab/23331:
+       * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
+
+2019-04-01  Sergio Durigan Junior  <sergiodj@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * top.c (quit_force): Call 'finalize_values'.
+       * value.c (finalize_values): New function.
+       * value.h (finalize_values): Declare.
+
+2019-03-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * NEWS: Announce $_gdb_major and $_gdb_minor.
+
+       * top.c (init_gdb_version_vars): New function.
+       (gdb_init): Call init_gdb_version_vars.
+
+2019-03-29  Tom Tromey  <tromey@adacore.com>
+
+       * printcmd.c (_initialize_printcmd): Add usage lines.  Update some
+       help text.  Remove dead code.
+
+2019-03-29  Keith Seitz  <keiths@redhat.com>
+
+       From Siddhesh Poyarekar:
+       * f-lang.h (f77_get_upperbound): Return LONGEST.
+       (f77_get_lowerbound): Likewise.
+       * f-typeprint.c (f_type_print_varspec_suffix): Expand
+       UPPER_BOUND and LOWER_BOUND to LONGEST.  Use plongest to format
+       print them.
+       (f_type_print_base): Expand UPPER_BOUND to LONGEST.  Use
+       plongest to format print it.
+       * f-valprint.c (f77_get_lowerbound): Return LONGEST.
+       (f77_get_upperbound): Likewise.
+       (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
+       LOWER_BOUND to LONGEST.
+       (f77_create_arrayprint_offset_tbl): Likewise.
+
 2019-03-29  Keith Seitz  <keiths@redhat.com>
 
        * ada-lang.c (ada_template_to_fixed_record_type_1): Use
This page took 0.024164 seconds and 4 git commands to generate.