This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 11/18] poison "template"
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Ondrej Oprala <ooprala at redhat dot com>
- Cc: gdb-patches at sourceware dot org, Tom Tromey <tromey at redhat dot com>
- Date: Sun, 13 Oct 2013 19:21:01 +0200
- Subject: Re: [PATCH 11/18] poison "template"
- Authentication-results: sourceware.org; auth=none
- References: <1381339053-14519-1-git-send-email-ooprala at redhat dot com> <1381339053-14519-12-git-send-email-ooprala at redhat dot com>
On Wed, 09 Oct 2013 19:17:26 +0200, Ondrej Oprala wrote:
> --- a/gdb/ChangeLog
> +++ b/gdb/ChangeLog
> @@ -17,6 +17,11 @@
>
> 2013-10-09 Tom Tromey <tromey@redhat.com>
>
> + * ada-lang.c (templ) : Renamed from template.
> + * ia64-tdep.c (templ) : Likewise.
ChangeLog is not correct, described elsewhere.
> +
> +2013-10-09 Tom Tromey <tromey@redhat.com>
> +
> * c-exp.y (oper) : Renamed from operator.
> * f-exp.y (oper) : Likewise.
> * go-exp.y (oper) : Likewise.
[...]
OK with the patch itself.
Thanks,
Jan