This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: MinGW compilation errors due to strcasecmp
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: palves at redhat dot com, gdb-patches at sourceware dot org
- Date: Sat, 19 Nov 2016 10:25:00 -0800
- Subject: Re: MinGW compilation errors due to strcasecmp
- Authentication-results: sourceware.org; auth=none
- References: <83oa2tg459.fsf@gnu.org> <26338bf9-0343-c69a-348c-fc437afe0a88@redhat.com> <834m4f8kr7.fsf@gnu.org> <20161028184029.GA3922@adacore.com> <83oa23r31q.fsf@gnu.org> <20161031123443.GA3796@adacore.com> <837f8opj40.fsf@gnu.org>
> > You just need to go to the PR database on bugzilla:
> > - Create an account if not already done;
> > - Log in
> > - Create a PR:
> > * Subject (Eg): GDB 7.12 build failure with latest MinGW headers
> > * Body (Eg): Copy-paste the error you got
> > - Mark the PR as fixed in GDB 7.12.1:
> > * Change the target milestone to 7.12.1
> > * Change the status to fixed
> > * Add a URL to the gdb-patches discussions where the fix
> > was discussed and accepted
>
> Could this be added to the wiki in some prominent place? I need to do
> this infrequently enough that I forget what needs to be done, and
> looking through mail archives is no fun. TIA.
>
> (Btw, it seems like the wiki doesn't even have a link to bugzilla?)
Sorry for the delay. This is now done:
https://sourceware.org/gdb/wiki/PushingToReleaseBranch
There is a link to this page from the "Developing" column
in the home page ("Pushing patches to a Release Branch",
right after the link to the "Contribution Checklist").
--
Joel