diff options
author | Jakub Jelinek <jakub@redhat.com> | 2010-09-09 12:08:59 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2010-09-09 12:08:59 +0000 |
commit | 8383c69606c8576d1d1852cda70763e1107f0316 (patch) | |
tree | 180a3d3b4a8c9e100f414ae66dd37f99d08edaef /binutils/ChangeLog | |
parent | dbb1f8044050fc5e4fe9f68674e9d9530cae2094 (diff) | |
download | gdb-8383c69606c8576d1d1852cda70763e1107f0316.zip gdb-8383c69606c8576d1d1852cda70763e1107f0316.tar.gz gdb-8383c69606c8576d1d1852cda70763e1107f0316.tar.bz2 |
* dwarf.c (decode_location_expression): Fix data adjustment
for DW_OP_GNU_implicit_pointer in v3+.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6cdb68b..b62e9e0 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2010-09-09 Jakub Jelinek <jakub@redhat.com> + + * dwarf.c (decode_location_expression): Fix data adjustment + for DW_OP_GNU_implicit_pointer in v3+. + 2010-09-09 Tristan Gingold <gingold@adacore.com> * NEWS: Add entry to NEWS for hppa/som. |