summaryrefslogtreecommitdiff
path: root/libdw
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-04-01 14:25:29 -0700
committerRoland McGrath <roland@redhat.com>2009-04-01 14:25:29 -0700
commit6a4bdd9b5beb1237f75a8b14c27d58f39be559b3 (patch)
tree5170088a614d350317820edad0c18ccd376ce779 /libdw
parent329ed9f91fbc1b9ab34b5acee2e18dd620cd4d12 (diff)
downloadelfutils-6a4bdd9b5beb1237f75a8b14c27d58f39be559b3.tar.gz
Add DW_CFA_GNU_negative_offset_extended.
Diffstat (limited to 'libdw')
-rw-r--r--libdw/ChangeLog4
-rw-r--r--libdw/dwarf.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index d66f34b0..77123b57 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -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
diff --git a/libdw/dwarf.h b/libdw/dwarf.h
index 7048d427..3b9d40c9 100644
--- a/libdw/dwarf.h
+++ b/libdw/dwarf.h
@@ -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
};