From: Simon Marchi Date: Sun, 3 Apr 2022 13:54:41 +0000 (-0400) Subject: gdb: fix gdb_print -> gdb_printf typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e348286d89738a7093602faba74ffe7e16eb926;p=binutils-gdb.git gdb: fix gdb_print -> gdb_printf typo This caused a build failure with !CXX_STD_THREAD. Change-Id: I30f0c89c43a76f85c0db34809192644fa64a9d18 --- diff --git a/gdb/top.c b/gdb/top.c index c7ff6744694..e776ac2d70e 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1629,7 +1629,7 @@ This GDB was configured as follows:\n\ --enable-threading\n\ ")); #else - gdb_print (stream, _("\ + gdb_printf (stream, _("\ --disable-threading\n\ ")); #endif