This fixes PR41544
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I recall @ruiu telling me that mips had a really odd endianness that wasn't accounted for by the standard ELFT types. Is that still true?
Comment Actions
The mips changes here are just rearranging the map a bit -- the only thing added to the map is risc-v.
Comment Actions
Some field in the MIPS ELF file is not neither little nor big endian but a middle-endian (i.e. its byte order is not ABCD nor DCBA but CDAB). That's still true. But that doesn't seem to be relevant to this patch.