summaryrefslogtreecommitdiff
path: root/bfd/libcoff-in.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-09-07 03:40:32 +0000
committerIan Lance Taylor <ian@airs.com>1999-09-07 03:40:32 +0000
commitbc61fb691ef23ecacd200211d46a126e00200e33 (patch)
treedc29cc123c15837a124819afdf01f7fd0546c00a /bfd/libcoff-in.h
parentb2880b3d65daa03a7d4ad7238702d4a0c3cf0808 (diff)
downloadbinutils-redhat-bc61fb691ef23ecacd200211d46a126e00200e33.tar.gz
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.
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r--bfd/libcoff-in.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h
index 790eeb0342..9b1a026848 100644
--- a/bfd/libcoff-in.h
+++ b/bfd/libcoff-in.h
@@ -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. */