This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Complete hppa port to generic function descriptors


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;
+  };


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]