]> sourceware.org Git - glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Sun, 14 Jul 2002 09:39:23 +0000 (09:39 +0000)
committerAndreas Jaeger <aj@suse.de>
Sun, 14 Jul 2002 09:39:23 +0000 (09:39 +0000)
2002-07-14  Andreas Jaeger  <aj@suse.de>

* sysdeps/x86_64/bits/link.h: Add biarch support.

ChangeLog
sysdeps/x86_64/bits/link.h

index 54269d8a389dbf9ff7cc38d78910016d1184dcac..9b4896392aa18af7cd1b65abfab10667f25af5ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-14  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/x86_64/bits/link.h: Add biarch support.
+
 2002-07-13  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
index 21c294a73c64afbcbbaeb92f463ff47ebf61f8e0..8ea7157156a518a06d49c8a0cf9ec62cb9579a68 100644 (file)
@@ -1,5 +1,14 @@
+#if __WORDSIZE == 64
 struct link_map_machine
   {
     Elf64_Addr plt; /* Address of .plt + 0x16 */
     Elf64_Addr gotplt; /* Address of .got + 0x18 */
   };
+
+#else
+struct link_map_machine
+  {
+    Elf32_Addr plt; /* Address of .plt + 0x16 */
+    Elf32_Addr gotplt; /* Address of .got + 0x0c */
+  };
+#endif
This page took 0.050665 seconds and 5 git commands to generate.