diff options
author | Andrew Pinski <apinski@marvell.com> | 2022-12-21 17:30:14 +0000 |
---|---|---|
committer | Andrew Pinski <apinski@marvell.com> | 2022-12-21 17:32:40 +0000 |
commit | f7cb9bba3d5d8dc10d4cccc42c67a4ba33820ddc (patch) | |
tree | 878d8c199584caf1f752508b8881b3b4d691d4a6 | |
parent | 991180627851801f1999d1ebbc0e569a17e47c74 (diff) | |
download | gdb-f7cb9bba3d5d8dc10d4cccc42c67a4ba33820ddc.zip gdb-f7cb9bba3d5d8dc10d4cccc42c67a4ba33820ddc.tar.gz gdb-f7cb9bba3d5d8dc10d4cccc42c67a4ba33820ddc.tar.bz2 |
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.
-rw-r--r-- | gdb/top.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1581,7 +1581,6 @@ This GDB was configured as follows:\n\ ")); #endif -#endif #if HAVE_LIBXXHASH gdb_printf (stream, _("\ --with-xxhash\n\ |