diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-06-15 03:21:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-06-15 03:21:46 +0000 |
commit | ee4b927bae351b21787355e00a3d28371bf78e8f (patch) | |
tree | 96b9db5c08be2adb0094508afd7c7ea69291341d /backends/alpha_init.c | |
parent | 1b0714c81de473ad3a5ca88bd1c593d93a6ebcdd (diff) | |
download | elfutils-ee4b927bae351b21787355e00a3d28371bf78e8f.tar.gz |
New spec file.elfutils-0.121
Diffstat (limited to 'backends/alpha_init.c')
-rw-r--r-- | backends/alpha_init.c | 3 |
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; } |