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 /libdw/dwarf.h | |
| parent | 329ed9f91fbc1b9ab34b5acee2e18dd620cd4d12 (diff) | |
Add DW_CFA_GNU_negative_offset_extended.
Diffstat (limited to 'libdw/dwarf.h')
| -rw-r--r-- | libdw/dwarf.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 }; |
