aboutsummaryrefslogtreecommitdiff
path: root/include
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
commitbbda34159e3b58cdd3f9b5ab715df213ed53b16b (patch)
tree899c7d4813871cc870d958b26fa71b1531e88745 /include
parentc89ce65cd9f828f38cca3f5ef32e7defc18e9a73 (diff)
downloadgdb-bbda34159e3b58cdd3f9b5ab715df213ed53b16b.zip
gdb-bbda34159e3b58cdd3f9b5ab715df213ed53b16b.tar.gz
gdb-bbda34159e3b58cdd3f9b5ab715df213ed53b16b.tar.bz2
2011-03-31 Tristan Gingold <gingold@adacore.com>
* dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/dwarf2.h8
2 files changed, 12 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 9ee637f..009ee24 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-31 Tristan Gingold <gingold@adacore.com>
+
+ * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.
+
2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
* tic6x.h (R_C6000_JUMP_SPLOT, R_C6000_EHTYPE,
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
{