diff options
Diffstat (limited to 'backends/x86_64_init.c')
-rw-r--r-- | backends/x86_64_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/x86_64_init.c b/backends/x86_64_init.c index a2eaffa5..32f32e02 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, 2007, 2008 Red Hat, Inc. + Copyright (C) 2002-2009 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -56,6 +56,7 @@ x86_64_init (elf, machine, eh, ehlen) HOOK (eh, syscall_abi); HOOK (eh, auxv_info); HOOK (eh, disasm); + HOOK (eh, abi_cfi); return MODVERSION; } |