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 lto]: Add lto support for x64 windows


On Tue, May 11, 2010 at 4:21 PM, Kai Tietz <Kai.Tietz@onevision.com> wrote:
> Hello,
>
> this patch adds the missing parts for LTO support for x64 (pe+-coff)
> windows.
>
> ChangeLog/gcc
> 2010-05-11 ?Kai Tietz
>
> ? ? ? ?* collect2.c (maybe_lto_object_file): Add x64-coff magic and
> check.
> ? ? ? ?* lto/lto-coff.c (validate_file): Add x64-coff support.
> ? ? ? ?* lto/lto-coff.h (IMAGE_FILE_MACHINE_ADM64): New.
> ? ? ? ?(COFF_KNOWN_MACHINES): Add IMAGE_FILE_MACHINE_ADM64.
> ? ? ? ?* lto/lto-lang.c (lto_build_c_type_nodes): Add check for 'long
> long unsigned int'
> ? ? ? ?for x64-windows.
> ? ? ? ?(lto_init): Likewise.
>
> Patch tested for x86_64-pc-miingw32. Regression tested for i686-pc-mingw32
> and x86_64-pc-linux-gnu. Ok for apply?

Ok.

Thanks,
Richard.

> Regards,
> Kai
>
>
>
> | ?(\_/) ?This is Bunny. Copy and paste Bunny
> | (='.'=) into your signature to help him gain
> | (")_(") world domination.
>


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