mirror of git://sourceware.org/git/glibc.git
Dynamic linking definitions for HPPA.
This commit is contained in:
parent
32e5b41b17
commit
660404d72b
|
@ -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…
Reference in New Issue