projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9751574
)
gdb: fix gdb_print -> gdb_printf typo
author
Simon Marchi
<simon.marchi@polymtl.ca>
Sun, 3 Apr 2022 13:54:41 +0000
(09:54 -0400)
committer
Simon Marchi
<simon.marchi@polymtl.ca>
Sun, 3 Apr 2022 13:54:58 +0000
(09:54 -0400)
This caused a build failure with !CXX_STD_THREAD.
Change-Id: I30f0c89c43a76f85c0db34809192644fa64a9d18
gdb/top.c
patch
|
blob
|
history
diff --git
a/gdb/top.c
b/gdb/top.c
index c7ff6744694281ae0d5d8bc3bbe73a81cc16be2e..e776ac2d70e1173335d2b9abb9bbcc9a442c38cd 100644
(file)
--- 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_print
f
(stream, _("\
--disable-threading\n\
"));
#endif