]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/libgcc2.c
PR target/39063
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Mar 2009 10:40:32 +0000 (10:40 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Mar 2009 10:40:32 +0000 (10:40 +0000)
commit76d89866c768b6acd1b10a7c4e6463fc6ed40943
tree48fe00893a34d67e409a9aa79c469571653f847d
parent99198adddff91b8080de755c207e20904cfd3594
PR target/39063
* libgcc2.c (mprotect): Do not use signed arguments for
VirtualProtect, use DWORD arguments.  Also fix the 'may
be used uninitialized' warning for the np variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144957 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/libgcc2.c