From: Andrew Burgess Date: Fri, 16 Jun 2023 09:12:24 +0000 (+0100) Subject: gdb: update IRC reference from Freenode to Libera.Chat X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8203d5e72e3991afbb7adf8c44e6f80a59ca379d;p=binutils-gdb.git gdb: update IRC reference from Freenode to Libera.Chat 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. --- diff --git a/gdb/main.c b/gdb/main.c index 47eec0e5073..3e93f583947 100644 --- 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")); }