Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2011-06-22 19:03:19 +0400
committerJakub Jelinek <jakub@redhat.com>2011-06-22 19:03:19 +0400
commita2cb987c635dbba9a473eaf149846c2c0c97a2c4 (patch)
treedec6f2b3d2a9256a7c828167ded7394697d58564 /include/ChangeLog
parentc80de4f9127c282c3f0d62af44b5ca4607f99ab9 (diff)
* dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
* dwarf.c (decode_location_expression): For DW_OP_GNU_convert and DW_OP_GNU_reinterpret, if uvalue is 0, don't add cu_offset. Handle DW_OP_GNU_parameter_ref.
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 6ff56e6b0..83c7bcee9 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-22 Jakub Jelinek <jakub@redhat.com>
+
+ * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.
+
2011-06-20 Jakub Jelinek <jakub@redhat.com>
PR ld/12570