aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-06-18 23:35:08 +0000
committerDoug Evans <dje@google.com>2012-06-18 23:35:08 +0000
commitea87dc87ac1304a7f5ccabf14e56de3231362d03 (patch)
tree50dcbc46d2ab324b63472e7b31f5462173c92684 /include/ChangeLog
parentcfe820a874acc648cda8ad7b39dcaf082da652a8 (diff)
* dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@188759 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 6bc30c93c2a..bf2a0329503 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-18 Doug Evans <dje@google.com>
+
+ * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
+
2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
* plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.