Now that we enabled it by default, this change adds a NEWS entry for it.
gdb/ChangeLog:
2019-12-26 Christian Biesinger <cbiesinger@google.com>
* NEWS: Mention that multithreaded symbol loading is now on by
default.
Change-Id: Ic344596a3b1b6e612a0071a50df49588b833c15d
+2019-12-26 Christian Biesinger <cbiesinger@google.com>
+
+ * NEWS: Mention that multithreaded symbol loading is now on by
+ default.
+
2019-12-26 Ruslan Kabatsayev <b7.10110111@gmail.com>
* dwarf2read.c (is_valid_DW_AT_defaulted)
*** Changes since GDB 9
+* Multithreaded symbol loading has now been enabled by default on systems
+ that support it (see entry for GDB 9, below), providing faster
+ performance for programs with many symbols.
+
*** Changes in GDB 9
* 'thread-exited' event is now available in the annotations interface.