diff options
author | Tom Tromey <tromey@redhat.com> | 2010-01-20 18:06:16 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-01-20 18:06:16 +0000 |
commit | b966cb8abe34be31fae6aed3e6e9c9cc4c8696b2 (patch) | |
tree | 135afbf396f2c436a793397cf797a05ecb695ed8 /gdb/testsuite/gdb.dwarf2/Makefile.in | |
parent | 5ac169d4b6e2d88c670298a3246fc2a5d8a94aa4 (diff) | |
download | gdb-b966cb8abe34be31fae6aed3e6e9c9cc4c8696b2.zip gdb-b966cb8abe34be31fae6aed3e6e9c9cc4c8696b2.tar.gz gdb-b966cb8abe34be31fae6aed3e6e9c9cc4c8696b2.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/Makefile.in b/gdb/testsuite/gdb.dwarf2/Makefile.in index 2d305c6..cb9de27 100644 --- a/gdb/testsuite/gdb.dwarf2/Makefile.in +++ b/gdb/testsuite/gdb.dwarf2/Makefile.in @@ -21,7 +21,7 @@ VPATH = @srcdir@ srcdir = @srcdir@ -EXECUTABLES = *.x +EXECUTABLES = *.x pr10770 all info install-info dvi install uninstall installcheck check: @echo "Nothing to be done for $@..." |