From: Ulrich Drepper Date: Sat, 17 Apr 2004 22:54:23 +0000 (+0000) Subject: Dynamic linking definitions for HPPA. X-Git-Tag: glibc-2.16-ports-before-merge~1188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=660404d72bcc5ed7fc963f7e33fc55a0e52c782f;p=thirdparty%2Fglibc.git Dynamic linking definitions for HPPA. --- diff --git a/sysdeps/hppa/bits/link.h b/sysdeps/hppa/bits/link.h new file mode 100644 index 00000000000..54842b22992 --- /dev/null +++ b/sysdeps/hppa/bits/link.h @@ -0,0 +1,6 @@ +/* Used to store the function descriptor table */ +struct link_map_machine + { + size_t fptr_table_len; + ElfW(Addr) *fptr_table; + };