diff options
Diffstat (limited to 'backends/x86_64_init.c')
| -rw-r--r-- | backends/x86_64_init.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/x86_64_init.c b/backends/x86_64_init.c index 476f4ed2..b1764832 100644 --- a/backends/x86_64_init.c +++ b/backends/x86_64_init.c @@ -1,5 +1,5 @@ /* Initialization of x86-64 specific backend library. - Copyright (C) 2002, 2005, 2006 Red Hat, Inc. + Copyright (C) 2002, 2005, 2006, 2007 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <[email protected]>, 2002. @@ -35,8 +35,6 @@ /* This defines the common reloc hooks based on x86_64_reloc.def. */ #include "common-reloc.c" - - const char * x86_64_init (elf, machine, eh, ehlen) Elf *elf __attribute__ ((unused)); @@ -55,6 +53,7 @@ x86_64_init (elf, machine, eh, ehlen) HOOK (eh, core_note); HOOK (eh, return_value_location); HOOK (eh, register_info); + HOOK (eh, auxv_info); return MODVERSION; } |
