Skip to content

Commit e87496e

Browse files
committed
DW_CFA_hi_user was misspelled DW_CFA_high_user
here (not in the DWARF standard). Now both spellings are in the header. modified: src/lib/libdwarf/dwarf.h
1 parent cf7814a commit e87496e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/libdwarf/dwarf.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,8 @@ most-likely-useful name. */
14251425
See http://sourceforge.net/p/elftoolchain/tickets/397/ */
14261426
#define DW_CFA_METAWARE_info 0x34
14271427

1428-
#define DW_CFA_high_user 0x3f
1428+
#define DW_CFA_hi_user 0x3f
1429+
#define DW_CFA_high_user 0x3f /* Misspelled. Do not use. */
14291430

14301431
/* GNU exception header encoding. See the Generic
14311432
Elf Specification of the Linux Standard Base (LSB).

0 commit comments

Comments
 (0)