diff options
author | gingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-31 14:02:39 +0000 |
---|---|---|
committer | gingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-31 14:02:39 +0000 |
commit | 3e8b7d36eb476e191e6a05d8339fe4d2dfd3edb5 (patch) | |
tree | 30200dbb614f879ce0cd22e801e1240fc7b89bda /include/dwarf2.h | |
parent | 1084097d8c660423100223066c0e455c6ecdc839 (diff) | |
download | gcc-3e8b7d36eb476e191e6a05d8339fe4d2dfd3edb5.tar.gz |
2011-03-31 Tristan Gingold <gingold@adacore.com>
* dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171781 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r-- | include/dwarf2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h index ef0fa5f145f..44b4328de5a 100644 --- 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 { |