[PATCH] Complete hppa port to generic function descriptors

Carlos O'Donell carlos@baldric.uwo.ca
Mon Apr 5 04:32:00 GMT 2004


libc-alpha,

Complete the port of hppa to generic function descriptors by adding the
final file.

Cheers,
Carlos.

2004-04-04  Carlos O'Donell  <carlos@baldric.uwo.ca>

	* sysdeps/hppa/bits/link.h: New file.

--- libc-orig/sysdeps/hppa/bits/link.h	1969-12-31 19:00:00.000000000 -0500
+++ libc/sysdeps/hppa/bits/link.h	2003-12-10 19:03:03.000000000 -0500
@@ -0,0 +1,6 @@
+/* Used to store the function descriptor table */
+struct link_map_machine
+  {
+    size_t fptr_table_len;
+    ElfW(Addr) *fptr_table;
+  };



More information about the Libc-alpha mailing list