diff options
Diffstat (limited to 'backends/alpha_init.c')
-rw-r--r-- | backends/alpha_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/alpha_init.c b/backends/alpha_init.c index 98400280..1590fc88 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 Red Hat, Inc. + Copyright (C) 2002, 2005, 2006 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -54,6 +54,7 @@ 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; } |