This is the mail archive of the gcc-cvs@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]

r159271 - in /trunk/gcc/lto: ChangeLog lto-coff...


Author: ktietz
Date: Tue May 11 15:05:36 2010
New Revision: 159271

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159271
Log:
2010-05-11  Kai Tietz  <kai.tietz@onevision.com>

        * lto-coff.c (validate_file): Add x64-coff support.
        * lto-coff.h (IMAGE_FILE_MACHINE_ADM64): New.
        (COFF_KNOWN_MACHINES): Add IMAGE_FILE_MACHINE_ADM64.
        * lto-lang.c (lto_build_c_type_nodes): Add check for
        'long long unsigned int' for x64-windows.
        (lto_init): Likewise.


Modified:
    trunk/gcc/lto/ChangeLog
    trunk/gcc/lto/lto-coff.c
    trunk/gcc/lto/lto-coff.h
    trunk/gcc/lto/lto-lang.c


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