aboutsummaryrefslogtreecommitdiff
path: root/include/dwarf2.h
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-03-31 14:29:33 +0000
committerTristan Gingold <gingold@adacore.com>2011-03-31 14:29:33 +0000
commitd67bad2a17fb6730de71b54fc2742f75b014503e (patch)
treed86c1ad7a9637a47f35a4f444a1c95ebc9c8611a /include/dwarf2.h
parent8263a803daa5cdec3f329f221a459339f006ebd7 (diff)
downloadnewlib-d67bad2a17fb6730de71b54fc2742f75b014503e.zip
newlib-d67bad2a17fb6730de71b54fc2742f75b014503e.tar.gz
newlib-d67bad2a17fb6730de71b54fc2742f75b014503e.tar.bz2
2011-03-31 Tristan Gingold <gingold@adacore.com>
* dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r--include/dwarf2.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h
index ef0fa5f..44b4328 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
{