summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-08-28 23:49:30 +0000
committerRui Ueyama <ruiu@google.com>2013-08-28 23:49:30 +0000
commite9236587b0a77267ed3b0e96050195253b11ca39 (patch)
treed474818da05a1ad8ec7e07cd002de570552a4164
parent8918920a329506ea76693876cc8f23af145a6aaa (diff)
downloadbcm5719-llvm-e9236587b0a77267ed3b0e96050195253b11ca39.tar.gz
bcm5719-llvm-e9236587b0a77267ed3b0e96050195253b11ca39.zip
[Object/COFF] Add coff_aux_weak_external.
llvm-svn: 189541
-rw-r--r--llvm/include/llvm/Object/COFF.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/include/llvm/Object/COFF.h b/llvm/include/llvm/Object/COFF.h
index 21900675ffd..cb464abeeba 100644
--- a/llvm/include/llvm/Object/COFF.h
+++ b/llvm/include/llvm/Object/COFF.h
@@ -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;
OpenPOWER on IntegriCloud