mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
[Support/COFF] Make the order of members in symbol match the standard.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156785 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9cc178726f
commit
752026b69e
@ -114,9 +114,9 @@ namespace COFF {
|
||||
struct symbol {
|
||||
char Name[NameSize];
|
||||
uint32_t Value;
|
||||
uint16_t SectionNumber;
|
||||
uint16_t Type;
|
||||
uint8_t StorageClass;
|
||||
uint16_t SectionNumber;
|
||||
uint8_t NumberOfAuxSymbols;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user