Support pe-bigobj-x86-64 as an output format in 64-bit PE based linkers.

PR ld/21471
	* pe-dll.c (pe_detail_list): Add entry for pe-bigobj-x86-64.
This commit is contained in:
Awson 2017-05-09 14:42:43 +01:00 committed by Nick Clifton
parent 94bb8dfe28
commit a6da463048
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2017-05-09 Awson <kyrab@mail.ru>
PR ld/21471
* pe-dll.c (pe_detail_list): Add entry for pe-bigobj-x86-64.
2017-05-09 Benjamin Peterson <bp@benjamin.pe>
* ld.texinfo (orphan sections): Grammar fix.

View File

@ -269,6 +269,17 @@ static pe_details_type pe_detail_list[] =
#endif
autofilter_symbollist_i386
},
#ifdef pe_use_x86_64
{
"pei-x86-64",
"pe-bigobj-x86-64",
3 /* R_IMAGEBASE */,
PE_ARCH_i386,
bfd_arch_i386,
FALSE,
autofilter_symbollist_i386
},
#endif
{
"pei-shl",
"pe-shl",