Make mapped_debug_names and mapped_index final
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 1e753cd3f7029fe075f843c3f5560c1ccd37668c..b94384b28297ae13c48b4d9e1644c8f1840fa020 100644 (file)
@@ -1,3 +1,51 @@
+2017-12-30  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * dwarf2read.c (struct mapped_debug_names): Make final.
+       (struct mapped_index): Make final.
+
+2017-12-29  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * common/diagnostics.h
+       (DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES): New macro.
+       * amd64-linux-tdep.c (amd64_canonicalize_syscall): Use it.
+
+2017-12-29  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-thread-db.c (thread_db_detach): Remove call to
+       delete_thread_db_info.
+
+2017-12-28  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * target.h (enum target_object) <TARGET_OBJECT_HPUX_UREGS,
+       TARGET_OBJECT_HPUX_SOLIB_GOT>: Remove.
+
+2017-12-27  Franck Jullien  <franck.jullien@gmail.com>
+           Stafford Horne  <shorne@gmail.com>
+
+       * target-descriptions.c (tdesc_register_in_reggroup_p): Support
+       arbitrary strings.
+       (tdesc_use_registers): Add logic to register new reggroups.
+       (tdesc_reg::group): Update comment to indicate we allow
+       arbitrary strings.
+       * NEWS (Changes since GDB 8.0): Announce that GDB supports
+       arbitrary reggroups.
+
+2017-12-27  Stafford Horne  <shorne@gmail.com>
+
+       * reggroups.c (reggroup_gdbarch_new): New function.
+       (reggroup_find): New function.
+       * reggroups.h (reggroup_gdbarch_new): New function.
+       (reggroup_find): New function.
+
+2017-12-27  Stafford Horne  <shorne@gmail.com>
+
+       * reggroups.c (reggroups_init): Change to depend only on
+       obstack rather than gdbarch.
+       (reggroup_add): Remove logic for forcing premature init.
+       (_initialize_reggroup): Set `reggroups_data` with
+       gdbarch_data_register_pre_init() rather than
+       gdbarch_data_register_post_init().
+
 2017-12-27  Stafford Horne  <shorne@gmail.com>
 
        * infcmd.c (_initialize_infcmd): Add help for info reg $reggroup
This page took 0.025884 seconds and 4 git commands to generate.