gdb: fix overload resolution for see-through references
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index f06f73903a602274a04ddb123bbfe2ec28313191..2d6071271ac60c3fdf42f477b356373bfc36ce3f 100644 (file)
@@ -1,3 +1,91 @@
+2019-12-06  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value.
+       * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS
+       for ranking see-through reference cases.
+
+2019-12-06  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+       * stack.c (faas_command): Check a command is provided.
+       * thread.c (taas_command, tfaas_command): Likewise.
+
+2019-12-05  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+       * inferior.c (prune_inferiors):  Only call delete_inferior,
+       Do not modify the inferior list.
+
+2019-12-05  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * c-exp.y: Update calls to lookup_typename,
+       lookup_signed_typename and lookup_unsigned_typename.
+       * c-lang.c (evaluate_subexp_c): Likewise.
+       * cp-namespace.c (cp_lookup_symbol_imports_or_template):
+       Likewise.
+       * eval.c (binop_promote): Likewise.
+       * gdbtypes.c (lookup_typename): Remove gdbarch parameter.
+       (lookup_unsigned_typename): Likewise.
+       (lookup_signed_typename): Likewise.
+       * gdbtypes.h (lookup_unsigned_typename): Likewise.
+       (lookup_signed_typename): Likewise.
+       (lookup_typename): Likewise.
+       * guile/scm-type.c (tyscm_lookup_typename): Update calls to
+       lookup_typename, lookup_signed_typename,
+       lookup_unsigned_typename.
+       * m2-exp.y: Likewise.
+       * printcmd.c (printf_wide_c_string): Likewise.
+       (ui_printf): Likewise.
+       * python/py-type.c (typy_lookup_typename): Likewise.
+       * python/py-xmethods.c (python_xmethod_worker::invoke):
+       Likewise.
+       * rust-exp.y: Likewise.
+
+2019-12-04  Christian Biesinger  <cbiesinger@google.com>
+
+       * configure.nat (obsd64): Add missing files x86-nat.o and
+       nat/x86-dregs.o.
+
+2019-12-04  Tom Tromey  <tom@tromey.com>
+
+       * valprint.c (val_print_string): Use metadata_style.
+       * go-valprint.c (print_go_string): Use metadata style.
+       * p-valprint.c (pascal_object_print_static_field): Use metadata
+       style.
+       * cp-valprint.c (cp_print_static_field): Use metadata style.
+
+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
This page took 0.0274 seconds and 4 git commands to generate.