summaryrefslogtreecommitdiffstats
path: root/backends/s390_init.c
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2006-06-15 03:21:46 +0000
committerUlrich Drepper <[email protected]>2006-06-15 03:21:46 +0000
commitee4b927bae351b21787355e00a3d28371bf78e8f (patch)
tree96b9db5c08be2adb0094508afd7c7ea69291341d /backends/s390_init.c
parent1b0714c81de473ad3a5ca88bd1c593d93a6ebcdd (diff)
New spec file.elfutils-0.121
Diffstat (limited to 'backends/s390_init.c')
-rw-r--r--backends/s390_init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/s390_init.c b/backends/s390_init.c
index 80cbb832..64e5639b 100644
--- a/backends/s390_init.c
+++ b/backends/s390_init.c
@@ -53,9 +53,5 @@ s390_init (elf, machine, eh, ehlen)
HOOK (eh, register_name);
HOOK (eh, return_value_location);
- /* Only the 64-bit format uses the incorrect hash table entry size. */
- if (eh->class == ELFCLASS64)
- eh->sysvhash_entrysize = sizeof (Elf64_Xword);
-
return MODVERSION;
}