]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/hppa/bits/link.h
Test for stack alignment.
[thirdparty/glibc.git] / sysdeps / hppa / bits / link.h
CommitLineData
69ac9d07
UD
1/* Used to store the function descriptor table */
2struct link_map_machine
3 {
4 size_t fptr_table_len;
5 ElfW(Addr) *fptr_table;
6 };