mirror of git://sourceware.org/git/glibc.git
Arm specific additions to struct link.
This commit is contained in:
parent
d70bbfe3be
commit
ef5f0af552
|
@ -0,0 +1,4 @@
|
|||
struct link_map_machine
|
||||
{
|
||||
Elf32_Addr plt; /* Address of .plt */
|
||||
};
|
Loading…
Reference in New Issue