Dynamic linking definitions for HPPA.

This commit is contained in:
Ulrich Drepper 2004-04-17 22:54:23 +00:00
parent 32e5b41b17
commit 660404d72b

6
sysdeps/hppa/bits/link.h Normal file
View File

@ -0,0 +1,6 @@
/* Used to store the function descriptor table */
struct link_map_machine
{
size_t fptr_table_len;
ElfW(Addr) *fptr_table;
};