summaryrefslogtreecommitdiff
path: root/sysdeps/mips/linkmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/linkmap.h')
-rw-r--r--sysdeps/mips/linkmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/mips/linkmap.h b/sysdeps/mips/linkmap.h
new file mode 100644
index 0000000000..1fb9678a6d
--- /dev/null
+++ b/sysdeps/mips/linkmap.h
@@ -0,0 +1,6 @@
+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? */
+ };