public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Simon Marchi <simark@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] gdb: fix gdb_print -> gdb_printf typo
Date: Sun,  3 Apr 2022 13:55:57 +0000 (GMT)	[thread overview]
Message-ID: <20220403135557.B89D53858D37@sourceware.org> (raw)

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


                 reply	other threads:[~2022-04-03 13:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220403135557.B89D53858D37@sourceware.org \
    --to=simark@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).