]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Add DW_CFA_GNU_negative_offset_extended.
authorRoland McGrath <roland@redhat.com>
Wed, 1 Apr 2009 21:25:29 +0000 (14:25 -0700)
committerRoland McGrath <roland@redhat.com>
Wed, 1 Apr 2009 21:25:29 +0000 (14:25 -0700)
libdw/ChangeLog
libdw/dwarf.h

index d66f34b0305614a3a8bbe3ce9ae5addcf96d175e..77123b574e1f55e5013b7bf685367a1d599943e3 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-01  Roland McGrath  <roland@redhat.com>
+
+       * dwarf.h: Add DW_CFA_GNU_negative_offset_extended.
+
 2009-01-28  Roland McGrath  <roland@redhat.com>
 
        * libdwP.h (struct Dwarf_Line_s): Move out of struct Dwarf_Lines_s
index 7048d427cb7e76c64b49350d1cd51093051514e3..3b9d40c9fe239bc66072431302cd7c92aa8bd141 100644 (file)
@@ -670,6 +670,7 @@ enum
     DW_CFA_MIPS_advance_loc8 = 0x1d,
     DW_CFA_GNU_window_save = 0x2d,
     DW_CFA_GNU_args_size = 0x2e,
+    DW_CFA_GNU_negative_offset_extended = 0x2f,
     DW_CFA_high_user = 0x3f
   };