mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
1999-09-06 Donn Terry <donn@interix.com>
* libcoff-in.h (struct pei_section_tdata): Add pe_flags field. * coffcode.h (coff_set_alignment_hook): Set pe_flags field if COFF_WITH_PE. * libcoff.h: Rebuild.
This commit is contained in:
@ -216,12 +216,14 @@ struct xcoff_section_tdata
|
||||
#define xcoff_section_data(abfd, sec) \
|
||||
((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
|
||||
|
||||
/* Tdata for sections in PEI image files. */
|
||||
/* Tdata for sections in PE files. */
|
||||
|
||||
struct pei_section_tdata
|
||||
{
|
||||
/* The virtual size of the section. */
|
||||
bfd_size_type virt_size;
|
||||
/* The PE section flags. */
|
||||
long pe_flags;
|
||||
};
|
||||
|
||||
/* An accessor macro for the pei_section_tdata structure. */
|
||||
|
Reference in New Issue
Block a user