]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: update IRC reference from Freenode to Libera.Chat
authorAndrew Burgess <aburgess@redhat.com>
Fri, 16 Jun 2023 09:12:24 +0000 (10:12 +0100)
committerAndrew 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

index 47eec0e5073040082562be01a734cfc41dd6b186..3e93f583947253a4fe387040878cfa18df11a356 100644 (file)
@@ -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"));
 }