Arm specific additions to struct link.
authorUlrich Drepper <drepper@redhat.com>
Wed, 12 Dec 2001 00:11:15 +0000 (00:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 12 Dec 2001 00:11:15 +0000 (00:11 +0000)
sysdeps/arm/bits/link.h [new file with mode: 0644]

diff --git a/sysdeps/arm/bits/link.h b/sysdeps/arm/bits/link.h
new file mode 100644 (file)
index 0000000..648976d
--- /dev/null
@@ -0,0 +1,4 @@
+struct link_map_machine
+  {
+    Elf32_Addr plt; /* Address of .plt */
+  };