]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update DW_LNS opcodes.
authorCary Coutant <ccoutant@google.com>
Fri, 23 Jan 2015 21:09:15 +0000 (13:09 -0800)
committerCary Coutant <ccoutant@google.com>
Fri, 23 Jan 2015 21:11:06 +0000 (13:11 -0800)
2015-01-23  Cary Coutant  <ccoutant@google.com>

include/
* dwarf2.h (enum dwarf_line_number_ops): Remove
DW_LNS_set_context, add DW_LNS_inlined_call; renumber
new opcodes.

include/dwarf2.h

index f9d5559560805a612594f6417d40f4ee99399b57..e87119f1acc5c24957646af464b1b6f9dba26db8 100644 (file)
@@ -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.  */
   };