Dynamic linking definitions for HPPA.
This commit is contained in:
parent
32e5b41b17
commit
660404d72b
6
sysdeps/hppa/bits/link.h
Normal file
6
sysdeps/hppa/bits/link.h
Normal 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;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user