diff options
author | 2022-12-21 17:30:14 +0000 | |
---|---|---|
committer | 2022-12-21 17:32:40 +0000 | |
commit | f7cb9bba3d5d8dc10d4cccc42c67a4ba33820ddc (patch) | |
tree | 878d8c199584caf1f752508b8881b3b4d691d4a6 /gdb/top.c | |
parent | Use toplevel configure for GMP and MPFR for gdb (diff) | |
download | binutils-gdb-f7cb9bba3d5d8dc10d4cccc42c67a4ba33820ddc.tar.gz binutils-gdb-f7cb9bba3d5d8dc10d4cccc42c67a4ba33820ddc.tar.bz2 binutils-gdb-f7cb9bba3d5d8dc10d4cccc42c67a4ba33820ddc.zip |
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.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 1 |
1 files changed, 0 insertions, 1 deletions
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\ |