From: Andreas Schwab <schwab@suse.de>
To: "Joseph S. Myers" <joseph@codesourcery.com>
Cc: Daniel Jacobowitz <drow@false.org>, gdb-patches@sourceware.org
Subject: Re: --with-pkgversion and --with-bugurl support for GDB
Date: Tue, 10 Jun 2008 12:58:00 -0000 [thread overview]
Message-ID: <je63shzem9.fsf@sykes.suse.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0806052127230.9469@digraph.polyomino.org.uk> (Joseph S. Myers's message of "Thu, 5 Jun 2008 21:28:15 +0000 (UTC)")
"Joseph S. Myers" <joseph@codesourcery.com> writes:
> @@ -1154,6 +1154,13 @@ and \"show warranty\" for details.\n");
> fprintf_filtered (stream, "%s", host_name);
> }
> fprintf_filtered (stream, "\".");
> +
> + if (REPORT_BUGS_TO[0])
> + {
> + fprintf_filtered (stream,
> + _("\nFor bug reporting instructions, please see:\n"));
> + fprintf_filtered (stream, "%s.\n", REPORT_BUGS_TO);
print_gdb_version is not supposed to print a final newline, see its uses
in captured_main. Committed as obvious.
Andreas.
2008-06-10 Andreas Schwab <schwab@suse.de>
* top.c (print_gdb_version): Don't print final newline.
--- gdb/top.c.~1.142.~ 2008-06-06 10:04:20.000000000 +0200
+++ gdb/top.c 2008-06-10 13:43:35.000000000 +0200
@@ -1159,7 +1159,7 @@ and \"show warranty\" for details.\n");
{
fprintf_filtered (stream,
_("\nFor bug reporting instructions, please see:\n"));
- fprintf_filtered (stream, "%s.\n", REPORT_BUGS_TO);
+ fprintf_filtered (stream, "%s.", REPORT_BUGS_TO);
}
}
\f
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, MaxfeldstraÃe 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
prev parent reply other threads:[~2008-06-10 11:58 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-19 20:46 Joseph S. Myers
2008-05-20 0:05 ` Eli Zaretskii
2008-05-20 3:26 ` Joseph S. Myers
2008-05-20 15:25 ` Eli Zaretskii
2008-05-20 18:24 ` Joseph S. Myers
2008-05-21 2:54 ` Eli Zaretskii
2008-05-30 15:23 ` Ping " Joseph S. Myers
2008-06-05 20:24 ` Daniel Jacobowitz
2008-06-05 21:28 ` Joseph S. Myers
2008-06-05 21:45 ` Daniel Jacobowitz
2008-06-06 10:21 ` Eli Zaretskii
2008-06-06 20:22 ` Joseph S. Myers
2008-06-06 20:26 ` Daniel Jacobowitz
2008-06-06 20:32 ` Eli Zaretskii
2008-06-10 12:58 ` Andreas Schwab [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=je63shzem9.fsf@sykes.suse.de \
--to=schwab@suse.de \
--cc=drow@false.org \
--cc=gdb-patches@sourceware.org \
--cc=joseph@codesourcery.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox