gdb/fortran: Support for single/double type modifiers
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index aacc0c9b16c8b4e768c12475e608a17725f16055..89b68b3a9b318186bfc2615ae0860ecc3a13c4ec 100644 (file)
@@ -1,3 +1,83 @@
+2019-12-04  Andrew Burgess  <andrew.burgess@embecosm.com>
+           Chris January  <chris.january@arm.com>
+
+       * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New
+       tokens.
+       (typebase): New patterns for complex, single/double precision, and
+       single/double complex.
+       (f77_keywords): Change token for complex keyword, and add single,
+       double, and precision keywords.
+
+2019-12-04  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * avr-tdep.c (_initialize_avr_tdep): Improve help of command
+       "info io_registers".
+
+2019-12-04  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * regcache.c (cooked_read_test): Initialize thread list of
+       mock_inferior.
+
+2019-12-04  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * aarch64-linux-tdep.c: Remove includes.
+
+2019-12-04  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * aarch64-tdep.c: Remove includes.
+
+2019-12-04  Simon Marchi  <simon.marchi@efficios.com>
+
+       * filtered-iterator.h (filtered_iterator) <operator==,
+       operator!=>: Compare wrapped iterators, not wrapped pointers.
+       * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
+       unittests/filtered_iterator-selftests.c.
+       * unittests/filtered_iterator-selftests.c: New file.
+
+2019-12-04  Tom Tromey  <tromey@adacore.com>
+
+       * gdbtypes.c (create_range_type): Inherit endianity
+       from base type.
+
+2019-12-04  Tom Tromey  <tromey@adacore.com>
+
+       * ada-lang.c (decode_constrained_packed_array)
+       (ada_value_assign, value_assign_to_component): Update.
+       * dwarf2loc.c (rw_pieced_value, access_memory)
+       (dwarf2_compile_expr_to_ax): Update.
+       * dwarf2read.c (dwarf2_add_field): Update.
+       * eval.c (evaluate_subexp_standard): Update.
+       * gdbarch.c, gdbarch.h: Rebuild.
+       * gdbarch.sh (bits_big_endian): Remove.
+       * gdbtypes.h (union field_location): Update comment.
+       * target-descriptions.c (make_gdb_type): Update.
+       * valarith.c (value_bit_index): Update.
+       * value.c (struct value) <bitpos>: Update comment.
+       (unpack_bits_as_long, modify_field): Update.
+       * value.h (value_bitpos): Update comment.
+
+2019-12-04  Tom Tromey  <tromey@adacore.com>
+
+       * gdbtypes.c (type_byte_order): Move earlier.  Assert for unknown
+       endian-ness.
+
+2019-12-04  Tom Tromey  <tromey@adacore.com>
+
+       * dwarf2read.c (dwarf2_init_float_type)
+       (dwarf2_init_complex_target_type): Add byte_order parameter.
+       (read_base_type): Compute byte order earlier.
+       * gdbtypes.c (init_float_type): Add byte_order parameter.
+       * gdbtypes.h (init_float_type): Add byte_order parameter.
+
+2019-12-04  Tom Tromey  <tromey@adacore.com>
+
+       * unittests/tui-selftests.c: Conditionally include tui-winsource.h.
+
+2019-12-04  Tom Tromey  <tromey@adacore.com>
+
+       * dwarf2read.c (process_structure_scope): Initialize
+       "discr_offset".
+
 2019-12-04  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and
This page took 0.029067 seconds and 4 git commands to generate.