summaryrefslogtreecommitdiffstats
path: root/backends/i386_init.c
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2009-06-24 17:41:40 -0700
committerRoland McGrath <[email protected]>2009-07-08 15:15:52 -0700
commit3c84db3b4b610bf636c4363abb6d3dac5ae020f9 (patch)
treee0af0c5a7f27a3f06a66353a3da9bec0bd7bd32f /backends/i386_init.c
parentfe8b42e6131b74829fe31d15f31349cade566a59 (diff)
CFI support: lookup by PC and translate into DWARF location per register
Diffstat (limited to 'backends/i386_init.c')
-rw-r--r--backends/i386_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/i386_init.c b/backends/i386_init.c
index f046dfb6..be9bbf90 100644
--- a/backends/i386_init.c
+++ b/backends/i386_init.c
@@ -1,5 +1,5 @@
/* Initialization of i386 specific backend library.
- Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008 Red Hat, Inc.
+ Copyright (C) 2000-2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <[email protected]>, 2000.
@@ -59,6 +59,7 @@ i386_init (elf, machine, eh, ehlen)
HOOK (eh, syscall_abi);
HOOK (eh, auxv_info);
HOOK (eh, disasm);
+ HOOK (eh, abi_cfi);
return MODVERSION;
}