gdb
authorTom Tromey <tromey@redhat.com>
Wed, 20 Jan 2010 18:06:16 +0000 (18:06 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 20 Jan 2010 18:06:16 +0000 (18:06 +0000)
commitb966cb8abe34be31fae6aed3e6e9c9cc4c8696b2
tree135afbf396f2c436a793397cf797a05ecb695ed8
parent5ac169d4b6e2d88c670298a3246fc2a5d8a94aa4
gdb
PR backtrace/10770:
* valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
BINOP_GEQ.  Handle BINOP_NOTEQUAL in the signed case.
* dwarf2expr.c (new_dwarf_expr_context): Allocate
dwarf_stack_values, not CORE_ADDRs.
(execute_stack_op): Change DW_OP_div and comparison operators to
use signed operands.
gdb/testsuite
PR backtrace/10770:
* gdb.dwarf2/pr10770.exp: New file.
* gdb.dwarf2/pr10770.c: New file.
* gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
gdb/ChangeLog
gdb/dwarf2expr.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/Makefile.in
gdb/testsuite/gdb.dwarf2/pr10770.c [new file with mode: 0644]
gdb/testsuite/gdb.dwarf2/pr10770.exp [new file with mode: 0644]
gdb/valarith.c
This page took 0.028733 seconds and 4 git commands to generate.