mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructor
Contributer: Sasa Stankovic git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -30,3 +30,6 @@
|
||||
// CHECK-LE64: ('e_indent[EI_CLASS]', 0x02)
|
||||
// This is little endian.
|
||||
// CHECK-LE64: ('e_indent[EI_DATA]', 0x01)
|
||||
|
||||
// Check that we are setting EI_OSABI to ELFOSABI_LINUX.
|
||||
// CHECK-LE64: ('e_indent[EI_OSABI]', 0x03)
|
||||
|
Reference in New Issue
Block a user