build-many-glibcs.py: Add openrisc hard float glibc variant
[glibc.git] / sysdeps / mips / linkmap.h
blob1e640c3ba9bd18e4bce43b53441f575d81fc26ba
1 struct link_map_machine
3 ElfW(Addr) plt; /* Address of .plt */
4 ElfW(Word) fpabi; /* FP ABI of the object */
5 unsigned int odd_spreg; /* Does the object require odd_spreg support? */
6 const Elf32_Word *mips_xlat_zero; /* .MIPS.xhash */
7 };