mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
2009-04-21 H.J. Lu <hongjiu.lu@intel.com>
* coff-ia64.c (COFF_PAGE_SIZE): Changed to 8K. * coffcode.h (coff_compute_section_file_positions): Clear D_PAGED if PE section alignment is smaller than COFF_PAGE_SIZE. * libcoff-in.h (pe_tdata): Remove force_minimum_alignment and force_minimum_alignment. * libcoff.h: Regenerated. * pei-ia64.c (PEI_TARGET_SUBSYSTEM): Removed. (PEI_FORCE_MINIMUM_ALIGNMENT): Likewise. * peicode.h (pe_mkobject): Don't set force_minimum_alignment nor target_subsystem. * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't check force_minimum_alignment nor target_subsystem.
This commit is contained in:
@ -548,17 +548,6 @@ _bfd_XXi_swap_aouthdr_out (bfd * abfd, void * in, void * out)
|
||||
bfd_vma sa, fa, ib;
|
||||
IMAGE_DATA_DIRECTORY idata2, idata5, tls;
|
||||
|
||||
if (pe->force_minimum_alignment)
|
||||
{
|
||||
if (!extra->FileAlignment)
|
||||
extra->FileAlignment = PE_DEF_FILE_ALIGNMENT;
|
||||
if (!extra->SectionAlignment)
|
||||
extra->SectionAlignment = PE_DEF_SECTION_ALIGNMENT;
|
||||
}
|
||||
|
||||
if (extra->Subsystem == IMAGE_SUBSYSTEM_UNKNOWN)
|
||||
extra->Subsystem = pe->target_subsystem;
|
||||
|
||||
sa = extra->SectionAlignment;
|
||||
fa = extra->FileAlignment;
|
||||
ib = extra->ImageBase;
|
||||
|
Reference in New Issue
Block a user