Displaying 1 result from an estimated 1 matches for "mipseltargetinfo".
Did you mean:
mipsbetargetinfo
2015 Oct 13
2
[elf2] How to support both big and little endian MIPS targets
...the template's argument
to select read/write routines.
2. Pass boolean argument to the MipsTargetInfo constructor. Use this
argument to select read/write routines.
3. Create a hierarchy of MipsTargetInfo classes. Keep common code in
the MipsTargetInfo class, move endian-dependent code into the
MipsELTargetInfo / MipsBETargetInfo descendants.
4. Anything else?
--
Simon Atanasyan