Commit 5499e346 by Tristan Gingold Committed by Tristan Gingold

dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.

2011-03-31  Tristan Gingold  <gingold@adacore.com>

	* dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.

From-SVN: r171781
parent e16b6fd0
2011-03-31 Tristan Gingold <gingold@adacore.com>
* dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
2011-03-24 Mark Wielaard <mjw@redhat.com> 2011-03-24 Mark Wielaard <mjw@redhat.com>
* dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define. * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
......
...@@ -757,6 +757,14 @@ enum dwarf_line_number_x_ops ...@@ -757,6 +757,14 @@ enum dwarf_line_number_x_ops
DW_LNE_hi_user = 0xff 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. */ /* Call frame information. */
enum dwarf_call_frame_info enum dwarf_call_frame_info
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment