gdb/NEWS: Document that building GDB now requires GMP

gdb/ChangeLog:

        * NEWS: Document that building GDB now requires GMP.
This commit is contained in:
Joel Brobecker 2020-11-24 07:08:05 +04:00
parent 4afa9fd9b0
commit 0fb8bb022e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2020-11-24 Joel Brobecker <brobecker@adacore.com>
* NEWS: Document that building GDB now requires GMP.
2020-11-24 Joel Brobecker <brobecker@adacore.com>
* typeprint.c (print_type_scalar): Add handling of

View File

@ -3,6 +3,9 @@
*** Changes since GDB 10
* Building GDB now requires GMP (The GNU Multiple Precision Arithmetic
Library).
* MI changes
** '-break-insert --qualified' and '-dprintf-insert --qualified'