diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-17 22:54:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-17 22:54:23 +0000 |
commit | 660404d72bcc5ed7fc963f7e33fc55a0e52c782f (patch) | |
tree | b24627850fae92c731fb46c4583aa488c13b6f19 /sysdeps | |
parent | 32e5b41b173e025976f606b6209871a131cdfc6c (diff) | |
download | glibc-660404d72bcc5ed7fc963f7e33fc55a0e52c782f.tar glibc-660404d72bcc5ed7fc963f7e33fc55a0e52c782f.tar.gz glibc-660404d72bcc5ed7fc963f7e33fc55a0e52c782f.tar.bz2 glibc-660404d72bcc5ed7fc963f7e33fc55a0e52c782f.zip |
Dynamic linking definitions for HPPA.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/hppa/bits/link.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/hppa/bits/link.h b/sysdeps/hppa/bits/link.h new file mode 100644 index 0000000000..54842b2299 --- /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; + }; |