From: Joel Brobecker Date: Tue, 24 Nov 2020 03:08:05 +0000 (+0400) Subject: gdb/NEWS: Document that building GDB now requires GMP X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fb8bb022e4e8ed0775fb7c753d912283253d383;p=binutils-gdb.git gdb/NEWS: Document that building GDB now requires GMP gdb/ChangeLog: * NEWS: Document that building GDB now requires GMP. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 35940d515c4..f74588dfcbb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-11-24 Joel Brobecker + + * NEWS: Document that building GDB now requires GMP. + 2020-11-24 Joel Brobecker * typeprint.c (print_type_scalar): Add handling of diff --git a/gdb/NEWS b/gdb/NEWS index d1f721c3953..792f4860975 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'