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

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f7cb9bba3d5d8dc10d4cccc42c67a4ba33820ddc

commit f7cb9bba3d5d8dc10d4cccc42c67a4ba33820ddc
Author: Andrew Pinski <apinski@marvell.com>
Date:   Wed Dec 21 17:30:14 2022 +0000

    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.

Diff:
---
 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\

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

only message in thread, other threads:[~2022-12-21 17:42 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:42 [binutils-gdb] 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).