mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
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.
This commit is contained in:
@ -1581,7 +1581,6 @@ This GDB was configured as follows:\n\
|
|||||||
"));
|
"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
#if HAVE_LIBXXHASH
|
#if HAVE_LIBXXHASH
|
||||||
gdb_printf (stream, _("\
|
gdb_printf (stream, _("\
|
||||||
--with-xxhash\n\
|
--with-xxhash\n\
|
||||||
|
Reference in New Issue
Block a user