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:
b1c7925
)
gdb: update IRC reference from Freenode to Libera.Chat
author
Andrew Burgess
<aburgess@redhat.com>
Fri, 16 Jun 2023 09:12:24 +0000
(10:12 +0100)
committer
Andrew Burgess
<aburgess@redhat.com>
Fri, 16 Jun 2023 09:17:40 +0000
(10:17 +0100)
It's been some time since the switch from Freenode to Libera.Chat,
however, there's still a reference to Freenode in the 'gdb --help'
output. Lets update that.
gdb/main.c
patch
|
blob
|
history
diff --git
a/gdb/main.c
b/gdb/main.c
index 47eec0e5073040082562be01a734cfc41dd6b186..3e93f583947253a4fe387040878cfa18df11a356 100644
(file)
--- a/
gdb/main.c
+++ b/
gdb/main.c
@@
-1484,5
+1484,5
@@
Report bugs to %ps.\n\
if (stream == gdb_stdout)
gdb_printf (stream, _("\n\
You can ask GDB-related questions on the GDB users mailing list\n\
-(gdb@sourceware.org) or on GDB's IRC channel (#gdb on
Freenode
).\n"));
+(gdb@sourceware.org) or on GDB's IRC channel (#gdb on
Libera.Chat
).\n"));
}