]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Dynamic linking definitions for HPPA.
authorUlrich Drepper <drepper@redhat.com>
Sat, 17 Apr 2004 22:54:23 +0000 (22:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 17 Apr 2004 22:54:23 +0000 (22:54 +0000)
sysdeps/hppa/bits/link.h [new file with mode: 0644]

diff --git a/sysdeps/hppa/bits/link.h b/sysdeps/hppa/bits/link.h
new file mode 100644 (file)
index 0000000..54842b2
--- /dev/null
@@ -0,0 +1,6 @@
+/* Used to store the function descriptor table */
+struct link_map_machine
+  {
+    size_t fptr_table_len;
+    ElfW(Addr) *fptr_table;
+  };