diff options
Diffstat (limited to 'sysdeps/riscv/linkmap.h')
-rw-r--r-- | sysdeps/riscv/linkmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/riscv/linkmap.h b/sysdeps/riscv/linkmap.h new file mode 100644 index 0000000000..ac170bb342 --- /dev/null +++ b/sysdeps/riscv/linkmap.h @@ -0,0 +1,4 @@ +struct link_map_machine + { + ElfW(Addr) plt; /* Address of .plt. */ + }; |