gdb: remove TYPE_INDEX_TYPE macro
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 98f4d17412ec49397fea37700d1bcafabd3cf888..38f9fadf5f9546937ed223d623e9adc37d2d98c1 100644 (file)
@@ -1,3 +1,43 @@
+2020-06-08  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdbtypes.h (TYPE_INDEX_TYPE): Remove.  Change all call sites
+       to use type::index_type instead.
+
+2020-06-08  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdbtypes.h (struct type) <index_type, set_index_type>: New
+       methods.
+       (TYPE_INDEX_TYPE): Use type::index_type.
+       * gdbtypes.c (create_array_type_with_stride): Likewise.
+
+2020-06-07  Tom Tromey  <tom@tromey.com>
+
+       * valprint.c (generic_val_print_float): Remove "embedded_offset"
+       parameter.
+       (generic_value_print): Update.
+
+2020-06-05  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       Revert commit 982a38f60b0.
+       * python/py-tui.c (gdbpy_tui_set_title): Restore use of get.
+
+2020-06-05  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * python/py-tui.c (gdbpy_tui_set_title): Use release, not get, to
+       avoid use after free.
+
+2020-06-05  Tom de Vries  <tdevries@suse.de>
+
+       * NEWS: Fix typos.
+
+2020-06-04  Simon Marchi  <simon.marchi@efficios.com>
+
+       * dwarf2/read.c (dwarf2_read_gdb_index): Save partial_symtabs in
+       the per_bfd object.
+       (dwarf2_read_debug_names): Likewise.
+       (dwarf2_initialize_objfile): Use partial_symtabs from per_bfd
+       object when re-using a per_bfd object with an index.
+
 2020-06-03  Tom de Vries  <tdevries@suse.de>
 
        PR symtab/26046
This page took 0.024312 seconds and 4 git commands to generate.