X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=backends%2Fppc_init.c;h=ad92765c94a4ae241fef955c035672b28a9ab170;hb=a286dd013ef8d46edf013efc0908822a59d8ac81;hp=6054007ffe1962cad3637dfdb773e1c70f8efc63;hpb=18a667176dd196f7bc3a9cdf1cbd87d4c7b31c7f;p=platform%2Fupstream%2Felfutils.git diff --git a/backends/ppc_init.c b/backends/ppc_init.c index 6054007..ad92765 100644 --- a/backends/ppc_init.c +++ b/backends/ppc_init.c @@ -1,5 +1,5 @@ /* Initialization of PPC 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 , 2004. @@ -64,6 +64,11 @@ ppc_init (elf, machine, eh, ehlen) HOOK (eh, core_note); HOOK (eh, auxv_info); HOOK (eh, check_object_attribute); + HOOK (eh, abi_cfi); + /* gcc/config/ #define DWARF_FRAME_REGISTERS. */ + eh->frame_nregs = (114 - 1) + 32; + HOOK (eh, set_initial_registers_tid); + HOOK (eh, dwarf_to_regno); return MODVERSION; }