lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Rename to IMAGE_FILE_MACHINE_AMD64.
2010-05-11 Kai Tietz <kai.tietz@onevision.com> * lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Rename to IMAGE_FILE_MACHINE_AMD64. * lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Likewise. From-SVN: r159290
This commit is contained in:
parent
3b5fda81f9
commit
f6430ea53c
@ -1,3 +1,9 @@
|
||||
2010-05-11 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Rename to
|
||||
IMAGE_FILE_MACHINE_AMD64.
|
||||
* lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Likewise.
|
||||
|
||||
2010-05-11 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* lto.c (lto_fixup_decls): Remove global var decls freeing here.
|
||||
|
@ -379,7 +379,7 @@ validate_file (lto_coff_file *coff_file)
|
||||
return false;
|
||||
}
|
||||
|
||||
if (mach != IMAGE_FILE_MACHINE_ADM64
|
||||
if (mach != IMAGE_FILE_MACHINE_AMD64
|
||||
&& COFF_CHARACTERISTICS != (COFF_CHARACTERISTICS & charact))
|
||||
{
|
||||
/* ECOFF/XCOFF support not implemented. */
|
||||
|
@ -79,13 +79,13 @@ along with GCC; see the file COPYING3. If not see
|
||||
/* COFF header machine codes. */
|
||||
|
||||
#define IMAGE_FILE_MACHINE_I386 (0x014c)
|
||||
#define IMAGE_FILE_MACHINE_ADM64 (0x8664)
|
||||
#define IMAGE_FILE_MACHINE_AMD64 (0x8664)
|
||||
|
||||
/* Known header magics for validation, as an array initialiser. */
|
||||
|
||||
#define COFF_KNOWN_MACHINES \
|
||||
{ IMAGE_FILE_MACHINE_I386, \
|
||||
IMAGE_FILE_MACHINE_ADM64/*, ... add more here when working. */ }
|
||||
IMAGE_FILE_MACHINE_AMD64/*, ... add more here when working. */ }
|
||||
|
||||
/* COFF object file header, section and symbol flags and types. These are
|
||||
currently specific to PE-COFF, which is the only LTO-COFF format at the
|
||||
|
Loading…
Reference in New Issue
Block a user