[Object/COFF] Add coff_aux_weak_external.
authorRui Ueyama <ruiu@google.com>
Wed, 28 Aug 2013 23:49:30 +0000 (23:49 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 28 Aug 2013 23:49:30 +0000 (23:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189541 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Object/COFF.h

index 21900675ffdb341ae5a78d4e9c52a0bf81ac428c..cb464abeeba72a0306fed9c9b1a66bc9239daf99 100644 (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;