diff options
author | Tom Tromey <tromey@redhat.com> | 2011-06-03 14:57:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-06-03 14:57:29 +0000 |
commit | 8ddd9a20a759fb2dd5d221914747eaf62c62c994 (patch) | |
tree | 1c7fde90736efcfeda6947ef5c8efea53943910f /gdb/ChangeLog | |
parent | 331fe6162297aba0d59fd5e3364b498c8d894d4c (diff) | |
download | gdb-8ddd9a20a759fb2dd5d221914747eaf62c62c994.zip gdb-8ddd9a20a759fb2dd5d221914747eaf62c62c994.tar.gz gdb-8ddd9a20a759fb2dd5d221914747eaf62c62c994.tar.bz2 |
* dwarf2expr.c (get_signed_type): New function.
(execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 182909d..97a30af 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-06-03 Tom Tromey <tromey@redhat.com> + + * dwarf2expr.c (get_signed_type): New function. + (execute_stack_op) <DW_OP_shra>: Always perform a signed shift. + 2011-06-02 Keith Seitz <keiths@redhat.com> * objc-lang.c (find_methods): Increment objfile_csym earlier. |