public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix compiling of top.c
@ 2022-12-21 17:41 Andrew Pinski
  0 siblings, 0 replies; only message in thread
From: Andrew Pinski @ 2022-12-21 17:41 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Pinski

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.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-21 17:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-21 17:41 [PATCH] Fix compiling of top.c Andrew Pinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).