aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2020-11-24 07:08:05 +0400
committerJoel Brobecker <brobecker@adacore.com>2020-11-24 07:08:05 +0400
commit0fb8bb022e4e8ed0775fb7c753d912283253d383 (patch)
treedc23e95ce21fb7acd6d6d45b5840351dfdf1fa40 /gdb
parent4afa9fd9b043ea54b750c8bfe73fb5320c6fc683 (diff)
downloadgdb-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/ChangeLog4
-rw-r--r--gdb/NEWS3
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.
diff --git a/gdb/NEWS b/gdb/NEWS
index d1f721c..792f486 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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'