summaryrefslogtreecommitdiff
path: root/backends/alpha_init.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-06-15 03:21:46 +0000
committerUlrich Drepper <drepper@redhat.com>2006-06-15 03:21:46 +0000
commitee4b927bae351b21787355e00a3d28371bf78e8f (patch)
tree96b9db5c08be2adb0094508afd7c7ea69291341d /backends/alpha_init.c
parent1b0714c81de473ad3a5ca88bd1c593d93a6ebcdd (diff)
downloadelfutils-ee4b927bae351b21787355e00a3d28371bf78e8f.tar.gz
New spec file.elfutils-0.121
Diffstat (limited to 'backends/alpha_init.c')
-rw-r--r--backends/alpha_init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/alpha_init.c b/backends/alpha_init.c
index 1590fc88..98400280 100644
--- a/backends/alpha_init.c
+++ b/backends/alpha_init.c
@@ -1,5 +1,5 @@
/* Initialization of Alpha specific backend library.
- Copyright (C) 2002, 2005, 2006 Red Hat, Inc.
+ Copyright (C) 2002, 2005 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -54,7 +54,6 @@ alpha_init (elf, machine, eh, ehlen)
HOOK (eh, dynamic_tag_check);
HOOK (eh, reloc_simple_type);
HOOK (eh, return_value_location);
- eh->sysvhash_entrysize = sizeof (Elf64_Xword);
return MODVERSION;
}