public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb: fix gdb_print -> gdb_printf typo
@ 2022-04-03 13:55 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2022-04-03 13:55 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6e348286d89738a7093602faba74ffe7e16eb926

commit 6e348286d89738a7093602faba74ffe7e16eb926
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Sun Apr 3 09:54:41 2022 -0400

    gdb: fix gdb_print -> gdb_printf typo
    
    This caused a build failure with !CXX_STD_THREAD.
    
    Change-Id: I30f0c89c43a76f85c0db34809192644fa64a9d18

Diff:
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-03 13:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-03 13:55 [binutils-gdb] gdb: fix gdb_print -> gdb_printf typo Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).