This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/3] constification of to_open
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 30 Jul 2014 08:02:25 -0600
- Subject: Re: [PATCH 0/3] constification of to_open
- Authentication-results: sourceware.org; auth=none
- References: <1406150844-17134-1-git-send-email-tromey at redhat dot com>
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> This series, based on the target debug fix for to_open, constifies the
Tom> string argument to to_open. I think this is the last major
Tom> constification for target_ops.
I'm pushing this now.
Please report any build issues to me. I don't anticipate any but as I
mentioned in the patch, I was unable to test all the changes.
Tom