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.
This commit is contained in:
Ian Lance Taylor
1999-07-24 03:16:50 +00:00
parent 7d923127c0
commit 7fd9c19135
4 changed files with 52 additions and 5 deletions

View File

@@ -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. */