daily update
[deliverable/binutils-gdb.git] / include / dwarf2.h
index ef0fa5f145f18336a33997e81c14a311b9b1c111..44b4328de5a3c9b7484ea76d884db9524bd58d8a 100644 (file)
@@ -757,6 +757,14 @@ enum dwarf_line_number_x_ops
     DW_LNE_hi_user = 0xff
   };
 
+/* Sub-opcodes for DW_LNE_HP_source_file_correlation.  */
+enum dwarf_line_number_hp_sfc_ops
+  {
+    DW_LNE_HP_SFC_formfeed = 1,
+    DW_LNE_HP_SFC_set_listing_line = 2,
+    DW_LNE_HP_SFC_associate = 3
+  };
+
 /* Call frame information.  */
 enum dwarf_call_frame_info
   {
This page took 0.022317 seconds and 4 git commands to generate.