From 660404d72bcc5ed7fc963f7e33fc55a0e52c782f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 17 Apr 2004 22:54:23 +0000 Subject: [PATCH] Dynamic linking definitions for HPPA. --- sysdeps/hppa/bits/link.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sysdeps/hppa/bits/link.h 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; + }; -- 2.43.5