diff options
| author | Mark Wielaard <[email protected]> | 2020-11-01 23:45:32 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2020-11-01 23:45:32 +0100 |
| commit | 8dd97a0a871672b3f7a58e1fb50b6f7195d8f32d (patch) | |
| tree | 3a86d4fb1d7abf6966ff94a1e25f13f7e1809c48 /libdw/dwarf.h | |
| parent | 50a6eeef7d87623faa65126dc3d16c2a8e613aea (diff) | |
| parent | b503c358dde835d8a1ae3ebd4968755ff396f814 (diff) | |
Merge tag 'elfutils-0.182' into mjw/RH-DTSdts-0.182
elfutils 0.182 release
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 71ca2baa..98b10437 100644 --- a/libdw/dwarf.h +++ b/libdw/dwarf.h @@ -966,6 +966,7 @@ enum DW_CFA_low_user = 0x1c, DW_CFA_MIPS_advance_loc8 = 0x1d, DW_CFA_GNU_window_save = 0x2d, + DW_CFA_AARCH64_negate_ra_state = 0x2d, DW_CFA_GNU_args_size = 0x2e, DW_CFA_GNU_negative_offset_extended = 0x2f, DW_CFA_high_user = 0x3f |
