[Object/COFF] Add coff_aux_weak_external.

llvm-svn: 189541
This commit is contained in:
Rui Ueyama 2013-08-28 23:49:30 +00:00
parent 2fd78a4651
commit 9a90d7b011

View File

@ -184,6 +184,12 @@ struct coff_relocation {
support::ulittle16_t Type;
};
struct coff_aux_weak_external {
support::ulittle32_t TagIndex;
support::ulittle32_t Characteristics;
char Unused[10];
};
struct coff_aux_section_definition {
support::ulittle32_t Length;
support::ulittle16_t NumberOfRelocations;