This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] libgcc2.c:mprotect() for mingw, incompatible pointer type warning


On Tue, Mar 17, 2009 at 4:42 PM, Ian Lance Taylor <iant@google.com> wrote:
> "O.Sezer" <sezeroz@gmail.com> writes:
>
> 2009-03-13  Ozkan Sezer <sezeroz@gmail.com>
>        PR/39063
>        * libgcc2.c (mprotect): don't use signed arguments for
>        VirtualProtect, use DWORD arguments. also fixed the 'may be
>        used uninitialized' warning for the np var.
>
> Add a blank line after your name.  Use proper capitalization.  Write the
> PR number as PR target/39063 (the "target" word comes from the PR
> itself).
>
> This is OK with that ChangeLog entry.
>

Here it is. Thanks.

> Thanks.
>
> Ian
>

Ozkan

Attachment: libgcc2-mprotect.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]