This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch i386 windows]: Fix weak-symbol support for 64-bit windows target
On 04/11/2010 19:57, Kai Tietz wrote:
> Here is the updated patch for x64 weak symbols (for static libraries).
> Prior patch misused the UNSPEC_GOTPCREL for expressing a pc-relative
> only. I added for this to i386.md the new UNSPEC_PCREL and added
> necessary checks to i386.c for handling new pic_address more correct.
>
> Tested for x86_64-w64-mingw32. Ok for apply?
The winnt.c part is OK, once you've got the rest of it approved :)
cheers,
DaveK