Arm specific additions to struct link.

This commit is contained in:
Ulrich Drepper 2001-12-12 00:11:15 +00:00
parent d70bbfe3be
commit ef5f0af552

4
sysdeps/arm/bits/link.h Normal file
View File

@ -0,0 +1,4 @@
struct link_map_machine
{
Elf32_Addr plt; /* Address of .plt */
};