Add a NEWS entry for multithreaded symbol loading

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
This commit is contained in:
Christian Biesinger 2019-12-19 18:24:22 -06:00
parent 8ce18f9cdf
commit 8fb7532331
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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)

View File

@ -3,6 +3,10 @@
*** 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.