[GAS, Arm] CLI with architecture sensitive extensions
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 0d1cb44957822c6ffbe484e1b38a2da2b4e75190..a3dfd3169873113365687defd15902e7d8ffe730 100644 (file)
@@ -1,3 +1,53 @@
+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
+       %s/pulongest for TYPE_LENGTH instead of %d in format
+       strings.
+       * ada-typerint.c (ada_print_type): Likewise.
+       * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
+       * compile/compile-c-support.c (generate_register_struct): Likewise.
+       * gdbtypes.c (recursive_dump_type): Likewise.
+       * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
+       * m2-typeprint.c (m2_array):  Use %s/pulongest for TYPE_LENGTH
+       instead of %d in format strings.
+       * riscv-tdep.c (riscv_type_alignment): Cast second argument
+       to std::min to ULONGEST.
+       * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
+       instead of %d in format strings.
+       * tracepoint.c (info_scope_command): Likewise.
+       * typeprint.c (print_offset_data::update)
+       (print_offset_data::finish): Likewise.
+       * xtensa-tdep.c (xtensa_store_return_value)
+       (xtensa_push_dummy_call): Likewise.
+
 2019-03-28  Jon Turney  <jon.turney@dronecode.org.uk>
 
        * windows-nat.c (display_selector): Fixed format specifications
This page took 0.035347 seconds and 4 git commands to generate.