From f7cb9bba3d5d8dc10d4cccc42c67a4ba33820ddc Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Wed, 21 Dec 2022 17:30:14 +0000 Subject: [PATCH] Fix compiling of top.c When I moved my last patch forward, somehow I missed removing the #endif for the HAVE_LIBMPFR case. Committed as obvious after a quick build. gdb/ChangeLog: * top.c: Remove the extra #endif which was missed. --- gdb/top.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gdb/top.c b/gdb/top.c index 26e10c7271f..565b455a020 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1581,7 +1581,6 @@ This GDB was configured as follows:\n\ ")); #endif -#endif #if HAVE_LIBXXHASH gdb_printf (stream, _("\ --with-xxhash\n\ -- 2.30.2