This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] rewrite make-target-delegates matching code
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 23 Jul 2014 09:57:51 -0600
- Subject: Re: [PATCH] rewrite make-target-delegates matching code
- Authentication-results: sourceware.org; auth=none
- References: <1405522205-4768-1-git-send-email-tromey at redhat dot com>
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> This patch rewrites the make-target-delegates matching code a little
Tom> bit. The result is functionally the same (the output has some small
Tom> whitespace differences), but the new code is more forgiving regarding
Tom> the formatting of target.h. In particular now there's no need to
Tom> ensure that the return type and the method name appear on the same
Tom> line.
I'm checking this in.
Tom