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.
This commit is contained in:
Andrew Burgess 2023-06-16 10:12:24 +01:00
parent b1c7925686
commit 8203d5e72e

View 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"));
}