summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sh/bits/elfclass.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-02 12:33:10 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-02 12:33:10 +0000
commit085e9f5124e3afafab6f96d5c7a00f4d9c9738ab (patch)
tree7f1b1e2beddfe5cb16a180ed61ade1377f888d3d /libc/sysdeps/linux/sh/bits/elfclass.h
parentb88ff80f703931b368d27ebd898accdae5b31e60 (diff)
Sync SH header files with glibc 2.2.4, so it can actually have a chance
(at least in theory) of working. -Erik
Diffstat (limited to 'libc/sysdeps/linux/sh/bits/elfclass.h')
-rw-r--r--libc/sysdeps/linux/sh/bits/elfclass.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sh/bits/elfclass.h b/libc/sysdeps/linux/sh/bits/elfclass.h
index bb4dd545c..180227d9e 100644
--- a/libc/sysdeps/linux/sh/bits/elfclass.h
+++ b/libc/sysdeps/linux/sh/bits/elfclass.h
@@ -9,3 +9,6 @@
#include <bits/wordsize.h>
#define __ELF_NATIVE_CLASS __WORDSIZE
+
+/* The entries in the .hash table always have a size of 32 bits. */
+typedef uint32_t Elf_Symndx;