diff options
author | Cary Coutant <ccoutant@google.com> | 2012-09-07 01:22:21 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2012-09-07 01:22:21 +0000 |
commit | aae628c13199b40d2e5f18a597e5b8cb38d91849 (patch) | |
tree | b3cb7d77bc21b27bc7bbd4581c587278521fadac /binutils/ChangeLog | |
parent | 610b99881ae33aa12fad9c1f2637dc521d47e5cf (diff) | |
download | gdb-aae628c13199b40d2e5f18a597e5b8cb38d91849.zip gdb-aae628c13199b40d2e5f18a597e5b8cb38d91849.tar.gz gdb-aae628c13199b40d2e5f18a597e5b8cb38d91849.tar.bz2 |
2012-09-06 Cary Coutant <ccoutant@google.com>
binutils/
* dwarf.c (decode_location_expression): Add
DW_OP_GNU_const_index.
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 049c535..7bc8a09 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2012-09-06 Cary Coutant <ccoutant@google.com> + + * dwarf.c (decode_location_expression): Add + DW_OP_GNU_const_index. + 2012-09-06 Nick Clifton <nickc@redhat.com> * doc/binutils.texi (nm): Alpha-sort the option descriptions. |