mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
There is no ELF ABI version enum.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5ba1225fb0
commit
1230407e34
@ -196,7 +196,6 @@ static int writeELF(raw_ostream &OS, const ELFYAML::Object &Doc) {
|
||||
Header.e_ident[EI_VERSION] = EV_CURRENT;
|
||||
// TODO: Implement ELF_ELFOSABI enum.
|
||||
Header.e_ident[EI_OSABI] = ELFOSABI_NONE;
|
||||
// TODO: Implement ELF_ABIVERSION enum.
|
||||
Header.e_ident[EI_ABIVERSION] = 0;
|
||||
Header.e_type = Hdr.Type;
|
||||
Header.e_machine = Hdr.Machine;
|
||||
|
Loading…
Reference in New Issue
Block a user