summaryrefslogtreecommitdiff
path: root/ports/sysdeps/mips/bits/linkmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/mips/bits/linkmap.h')
-rw-r--r--ports/sysdeps/mips/bits/linkmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/sysdeps/mips/bits/linkmap.h b/ports/sysdeps/mips/bits/linkmap.h
new file mode 100644
index 0000000000..a6df7821e6
--- /dev/null
+++ b/ports/sysdeps/mips/bits/linkmap.h
@@ -0,0 +1,4 @@
+struct link_map_machine
+ {
+ ElfW(Addr) plt; /* Address of .plt */
+ };