summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2009-07-13 12:08:55 -0700
committerRoland McGrath <[email protected]>2009-07-13 12:08:55 -0700
commit8089343cc61743db7bf0fd75c21132cbab5c01fd (patch)
tree84c40f17298dbf3af3aa20060438a1c61f45aff1
parent3c84db3b4b610bf636c4363abb6d3dac5ae020f9 (diff)
dwarf_getlocation.c: Grok DW_OP_call_frame_cfa.
-rw-r--r--libdw/ChangeLog4
-rw-r--r--libdw/dwarf_getlocation.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index 0211a3cf..52e78e96 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-13 Roland McGrath <[email protected]>
+
+ * dwarf_getlocation.c: Grok DW_OP_call_frame_cfa.
+
2009-07-08 Roland McGrath <[email protected]>
* libdw.map (ELFUTILS_0.142): Add dwfl_module_dwarf_cfi,
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;