aboutsummaryrefslogtreecommitdiff
path: root/bfd/libcoff-in.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-07-24 03:16:50 +0000
committerIan Lance Taylor <ian@airs.com>1999-07-24 03:16:50 +0000
commit7fd9c191355658e46a200799e25042a5e492a4d2 (patch)
tree02aa1c842370517c2f48a438967c8ecfd8c89ff9 /bfd/libcoff-in.h
parent7d923127c03bdb24c4aeeb07a4a9648aad823f5f (diff)
downloadgdb-7fd9c191355658e46a200799e25042a5e492a4d2.zip
gdb-7fd9c191355658e46a200799e25042a5e492a4d2.tar.gz
gdb-7fd9c191355658e46a200799e25042a5e492a4d2.tar.bz2
1999-07-23 Donn Terry <donn@interix.com>
* libcoff-in.h (coff_link_hash_entry): Add coff_link_hash_flags field, and define COFF_LINK_HASH_PE_SECTION_SYMBOL. * cofflink.c (coff_link_add_symbols): If PE, handle section symbols specially. * libcoff.h: Rebuild.
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r--bfd/libcoff-in.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h
index 0dc2121..dae881f 100644
--- a/bfd/libcoff-in.h
+++ b/bfd/libcoff-in.h
@@ -249,6 +249,11 @@ struct coff_link_hash_entry
/* Pointer to array of auxiliary entries, if any. */
union internal_auxent *aux;
+
+ /* Flag word; legal values follow. */
+ unsigned short coff_link_hash_flags;
+ /* Symbol is a PE section symbol. */
+#define COFF_LINK_HASH_PE_SECTION_SYMBOL (01)
};
/* COFF linker hash table. */