Add Changelog ...
[jlayton/glibc.git] / ports / sysdeps / arm / bits / linkmap.h
1 struct link_map_machine
2   {
3     Elf32_Addr plt; /* Address of .plt */
4     void *tlsdesc_table; /* Address of TLS descriptor hash table.  */
5   };