mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
remove unneeded ifdefs
This commit is contained in:
@@ -1487,7 +1487,6 @@ coff_set_alignment_hook (abfd, section, scnhdr)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef COFF_WITH_PE
|
||||
/* In a PE image file, the s_paddr field holds the virtual size of a
|
||||
section, while the s_size field holds the raw size. We also keep
|
||||
the original section flag value, since not every bit can be
|
||||
@@ -1516,7 +1515,6 @@ coff_set_alignment_hook (abfd, section, scnhdr)
|
||||
pei_section_data (abfd, section)->pe_flags = hdr->s_flags;
|
||||
|
||||
section->lma = hdr->s_vaddr;
|
||||
#endif /* COFF_WITH_PE */
|
||||
}
|
||||
#undef ALIGN_SET
|
||||
#undef ELIFALIGN_SET
|
||||
|
||||
Reference in New Issue
Block a user