aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mips/linkmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/linkmap.h')
-rw-r--r--sysdeps/mips/linkmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mips/linkmap.h b/sysdeps/mips/linkmap.h
index 1fb9678a6d..1e640c3ba9 100644
--- a/sysdeps/mips/linkmap.h
+++ b/sysdeps/mips/linkmap.h
@@ -3,4 +3,5 @@ struct link_map_machine
ElfW(Addr) plt; /* Address of .plt */
ElfW(Word) fpabi; /* FP ABI of the object */
unsigned int odd_spreg; /* Does the object require odd_spreg support? */
+ const Elf32_Word *mips_xlat_zero; /* .MIPS.xhash */
};