DescriptionJust what it says - for ARM/MC/ELF
http://llvm.org/viewvc/llvm-project?view=rev&revision=124899
From: -r124899
Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to
5 to match the current doc.
Added FIXME reminder Make it really configurable later.
NOTE:
NaCl requires an special ELF e_flags. So does ARM.
PNaCl lib/MC/ELFObjectwriter.cpp had a @LOCALMOD to deal with the NaCl specific e_flags which conflicted with the necessary update to ARM. This required the merged version to have the @LOCALMOD@ as well to handle both cases.
Patch Set 1 #
Total comments: 2
Messages
Total messages: 6 (0 generated)
|