summaryrefslogtreecommitdiff
path: root/libdw/dwarf_getlocation.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-07-13 12:08:55 -0700
committerRoland McGrath <roland@redhat.com>2009-07-13 12:08:55 -0700
commit8089343cc61743db7bf0fd75c21132cbab5c01fd (patch)
tree84c40f17298dbf3af3aa20060438a1c61f45aff1 /libdw/dwarf_getlocation.c
parent3c84db3b4b610bf636c4363abb6d3dac5ae020f9 (diff)
downloadelfutils-8089343cc61743db7bf0fd75c21132cbab5c01fd.tar.gz
dwarf_getlocation.c: Grok DW_OP_call_frame_cfa.
Diffstat (limited to 'libdw/dwarf_getlocation.c')
-rw-r--r--libdw/dwarf_getlocation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdw/dwarf_getlocation.c b/libdw/dwarf_getlocation.c
index b036883c..7f07e169 100644
--- a/libdw/dwarf_getlocation.c
+++ b/libdw/dwarf_getlocation.c
@@ -243,6 +243,7 @@ __libdw_intern_expression (Dwarf *dbg,
case DW_OP_nop:
case DW_OP_push_object_address:
case DW_OP_call_ref:
+ case DW_OP_call_frame_cfa:
/* No operand. */
break;