]> git.ipfire.org Git - thirdparty/gcc.git/commit
dwarf2out.c (loc_descr_plus_const): When offset is negative, use DW_OP_minus with...
authorJakub Jelinek <jakub@redhat.com>
Tue, 25 May 2010 07:49:16 +0000 (09:49 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 25 May 2010 07:49:16 +0000 (09:49 +0200)
commit9d4545b28e1c3ec30b18194d722c9a9717ce98e3
tree00a380bba5ff189619cc3b07c8d7c0270f9e515f
parentfd33fd1023d68590151bdd579c93f062bfcdd884
dwarf2out.c (loc_descr_plus_const): When offset is negative, use DW_OP_minus with negated offset instead of DW_OP_plus.

* dwarf2out.c (loc_descr_plus_const): When offset is negative, use
DW_OP_minus with negated offset instead of DW_OP_plus.
(loc_list_from_tree): Don't test whether second operand is
INTEGER_CST.

From-SVN: r159809
gcc/ChangeLog
gcc/dwarf2out.c