This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Mention language in compile error message
- From: Pedro Alves <palves at redhat dot com>
- To: Luis Machado <lgustavo at codesourcery dot com>, gdb-patches at sourceware dot org
- Date: Mon, 24 Aug 2015 18:20:39 +0100
- Subject: Re: [PATCH] Mention language in compile error message
- Authentication-results: sourceware.org; auth=none
- References: <1440011181-32004-1-git-send-email-lgustavo at codesourcery dot com>
On 08/19/2015 08:06 PM, Luis Machado wrote:
> This patch improves one of the compile error messages by mentioning the
> language.
>
> Before - No compiler support for this language.
> After - No compiler support for language <language>.
>
> How does that look?
>
> gdb/ChangeLog:
>
> 2015-08-19 Luis Machado <lgustavo@codesourcery.com>
>
> * compile/compile.c (compile_to_object): Mention language in
> error message.
OK.
Thanks,
Pedro Alves