mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
[Object/COFF] Add coff_aux_weak_external.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189541 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1cd7983b1
commit
c08bd51181
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user