From 1a31e82283ea5eba478e28637b5711f45ea62eb5 Mon Sep 17 00:00:00 2001 From: Jonny Grant Date: Wed, 27 May 2020 23:24:50 +0100 Subject: [PATCH] Add mailing list to help output Signed-off-by: Jonny Grant --- gdb/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/main.c b/gdb/main.c index 3ee0ba8d81..cbe6d71bb1 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -1396,6 +1396,6 @@ GDB manual (available as on-line info or a printed manual).\n\ Report bugs to \"%s\".\n\ "), REPORT_BUGS_TO); fprintf_unfiltered (stream, _("\ -GDB mailing list \"mailto:gdb@sourceware.org\"\n\ -"), REPORT_BUGS_TO); +GDB mailing list \"\"\n\ +")); } -- 2.17.1