public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] add hp sfc ops DWARF-2 subcodes
@ 2011-03-31  9:10 Tristan Gingold
  2011-03-31 14:17 ` Jason Merrill
  0 siblings, 1 reply; 2+ messages in thread
From: Tristan Gingold @ 2011-03-31  9:10 UTC (permalink / raw)
  To: gcc-patches@gcc.gnu.org Patches; +Cc: Jason Merrill

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  <gingold@adacore.com>

       * 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
   {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] add hp sfc ops DWARF-2 subcodes
  2011-03-31  9:10 [patch] add hp sfc ops DWARF-2 subcodes Tristan Gingold
@ 2011-03-31 14:17 ` Jason Merrill
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Merrill @ 2011-03-31 14:17 UTC (permalink / raw)
  To: Tristan Gingold; +Cc: gcc-patches@gcc.gnu.org Patches

OK.

Jason

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-31 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-31  9:10 [patch] add hp sfc ops DWARF-2 subcodes Tristan Gingold
2011-03-31 14:17 ` Jason Merrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).