From 6e348286d89738a7093602faba74ffe7e16eb926 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Sun, 3 Apr 2022 09:54:41 -0400 Subject: [PATCH] gdb: fix gdb_print -> gdb_printf typo This caused a build failure with !CXX_STD_THREAD. Change-Id: I30f0c89c43a76f85c0db34809192644fa64a9d18 --- gdb/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2