From 3c84db3b4b610bf636c4363abb6d3dac5ae020f9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 24 Jun 2009 17:41:40 -0700 Subject: CFI support: lookup by PC and translate into DWARF location per register --- libdw/dwarf_begin_elf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libdw/dwarf_begin_elf.c') diff --git a/libdw/dwarf_begin_elf.c b/libdw/dwarf_begin_elf.c index aaac3999..391a8b85 100644 --- a/libdw/dwarf_begin_elf.c +++ b/libdw/dwarf_begin_elf.c @@ -1,5 +1,5 @@ /* Create descriptor from ELF descriptor for processing file. - Copyright (C) 2002, 2003, 2004, 2005, 2007 Red Hat, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper , 2002. @@ -70,7 +70,6 @@ static const char dwarf_scnnames[IDX_last][17] = [IDX_debug_aranges] = ".debug_aranges", [IDX_debug_line] = ".debug_line", [IDX_debug_frame] = ".debug_frame", - [IDX_eh_frame] = ".eh_frame", [IDX_debug_loc] = ".debug_loc", [IDX_debug_pubnames] = ".debug_pubnames", [IDX_debug_str] = ".debug_str", -- cgit v1.2.1