diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-08-27 22:49:36 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2013-09-02 23:20:14 +0200 |
commit | ed9d2cad539eef89abac0490bbcbf647758905e3 (patch) | |
tree | a722b7f8e81c4668b0b40a4470e27f646a0e15bc /backends/ppc64_init.c | |
parent | 292b1787b6ccc429ebba177600dffdb5b33443f7 (diff) | |
download | elfutils-ed9d2cad539eef89abac0490bbcbf647758905e3.tar.gz |
backends: Hook abi_cfi for ppc and s390.
Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'backends/ppc64_init.c')
-rw-r--r-- | backends/ppc64_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/ppc64_init.c b/backends/ppc64_init.c index 90d4f2ba..14358754 100644 --- a/backends/ppc64_init.c +++ b/backends/ppc64_init.c @@ -1,5 +1,5 @@ /* Initialization of PPC64 specific backend library. - Copyright (C) 2004, 2005, 2006, 2007, 2008 Red Hat, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2013 Red Hat, Inc. This file is part of elfutils. Written by Ulrich Drepper <drepper@redhat.com>, 2004. @@ -64,6 +64,7 @@ ppc64_init (elf, machine, eh, ehlen) HOOK (eh, syscall_abi); HOOK (eh, core_note); HOOK (eh, auxv_info); + HOOK (eh, abi_cfi); return MODVERSION; } |