diff options
author | Joel Brobecker <brobecker@adacore.com> | 2020-11-24 07:08:05 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2020-11-24 07:08:05 +0400 |
commit | 0fb8bb022e4e8ed0775fb7c753d912283253d383 (patch) | |
tree | dc23e95ce21fb7acd6d6d45b5840351dfdf1fa40 /gdb | |
parent | 4afa9fd9b043ea54b750c8bfe73fb5320c6fc683 (diff) | |
download | gdb-0fb8bb022e4e8ed0775fb7c753d912283253d383.zip gdb-0fb8bb022e4e8ed0775fb7c753d912283253d383.tar.gz gdb-0fb8bb022e4e8ed0775fb7c753d912283253d383.tar.bz2 |
gdb/NEWS: Document that building GDB now requires GMP
gdb/ChangeLog:
* NEWS: Document that building GDB now requires GMP.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 35940d5..f74588d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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 TYPE_CODE_FIXED_POINT. @@ -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' |