diff options
| author | Roland McGrath <[email protected]> | 2009-04-01 14:25:29 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2009-04-01 14:25:29 -0700 |
| commit | 6a4bdd9b5beb1237f75a8b14c27d58f39be559b3 (patch) | |
| tree | 5170088a614d350317820edad0c18ccd376ce779 | |
| parent | 329ed9f91fbc1b9ab34b5acee2e18dd620cd4d12 (diff) | |
Add DW_CFA_GNU_negative_offset_extended.
| -rw-r--r-- | libdw/ChangeLog | 4 | ||||
| -rw-r--r-- | libdw/dwarf.h | 1 |
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 <[email protected]> + + * dwarf.h: Add DW_CFA_GNU_negative_offset_extended. + 2009-01-28 Roland McGrath <[email protected]> * 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 }; |
