From 49e4ed79b8acf48ea40cb8331005c286d4785d51 Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Fri, 23 Jan 2015 13:09:15 -0800 Subject: [PATCH] Update DW_LNS opcodes. 2015-01-23 Cary Coutant include/ * dwarf2.h (enum dwarf_line_number_ops): Remove DW_LNS_set_context, add DW_LNS_inlined_call; renumber new opcodes. --- include/dwarf2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dwarf2.h b/include/dwarf2.h index f9d55595608..e87119f1acc 100644 --- a/include/dwarf2.h +++ b/include/dwarf2.h @@ -226,8 +226,8 @@ enum dwarf_line_number_ops /* Experimental DWARF 5 extensions. See http://wiki.dwarfstd.org/index.php?title=TwoLevelLineTables. */ DW_LNS_set_address_from_logical = 13, /* Actuals table only. */ - DW_LNS_set_context = 13, /* Logicals table only. */ - DW_LNS_set_subprogram = 14, /* Logicals table only. */ + DW_LNS_set_subprogram = 13, /* Logicals table only. */ + DW_LNS_inlined_call = 14, /* Logicals table only. */ DW_LNS_pop_context = 15 /* Logicals table only. */ }; -- 2.47.2