diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-08-29 18:37:10 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-08-29 18:37:10 +0000 |
| commit | ff3657eeaf3dde9596b10095659590e5e55eb7c4 (patch) | |
| tree | fa268c1fe98e9673d85f133c1186d3ea929debe9 /contrib/binutils/include/elf | |
| parent | 7b4806d69f291f5a391fde44dfebb816520a5ffc (diff) | |
Notes
Diffstat (limited to 'contrib/binutils/include/elf')
| -rw-r--r-- | contrib/binutils/include/elf/dwarf2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/binutils/include/elf/dwarf2.h b/contrib/binutils/include/elf/dwarf2.h index 2683f5131c74..9877f1c094b6 100644 --- a/contrib/binutils/include/elf/dwarf2.h +++ b/contrib/binutils/include/elf/dwarf2.h @@ -238,7 +238,8 @@ enum dwarf_form DW_FORM_ref4 = 0x13, DW_FORM_ref8 = 0x14, DW_FORM_ref_udata = 0x15, - DW_FORM_indirect = 0x16 + DW_FORM_indirect = 0x16, + DW_FORM_flag_present = 0x19 }; /* Attribute names and codes. */ |
