From patchwork Thu Mar 31 09:05:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: add hp sfc ops DWARF-2 subcodes From: Tristan Gingold X-Patchwork-Id: 89048 Message-Id: <4DC3AD73-395E-489B-B466-26613B6273BE@adacore.com> To: "gcc-patches@gcc.gnu.org Patches" Cc: Jason Merrill Date: Thu, 31 Mar 2011 11:05:21 +0200 Hi, this patch simply adds the DW_LNE_HP_SFC subcodes, to be used by binutils. Ok for trunk ? (Sanity-checked by rebuilding gcc). Tristan. include/ 2011-03-31 Tristan Gingold * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum. --- a/include/dwarf2.h +++ b/include/dwarf2.h @@ -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 {