]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarf_getlocation.c: Grok DW_OP_call_frame_cfa.
authorRoland McGrath <roland@redhat.com>
Mon, 13 Jul 2009 19:08:55 +0000 (12:08 -0700)
committerRoland McGrath <roland@redhat.com>
Mon, 13 Jul 2009 19:08:55 +0000 (12:08 -0700)
libdw/ChangeLog
libdw/dwarf_getlocation.c

index 0211a3cf8c980723454b4e9e77fa94123bae477a..52e78e96346dc292077e42c4750a48759b4fa2a8 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-13  Roland McGrath  <roland@redhat.com>
+
+       * dwarf_getlocation.c: Grok DW_OP_call_frame_cfa.
+
 2009-07-08  Roland McGrath  <roland@redhat.com>
 
        * libdw.map (ELFUTILS_0.142): Add dwfl_module_dwarf_cfi,
index b036883cb59be6bf9bb1c732f916c9057a2debee..7f07e169f9c6aa55eb30ec522a97e1ef5c971626 100644 (file)
@@ -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;