OSDN Git Service

* dwarf2out.c (loc_descr_plus_const): When offset is negative, use
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2010 07:49:16 +0000 (07:49 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2010 07:49:16 +0000 (07:49 +0000)
commit1b2c4a5b4b099b4a012bd35f5fec07a5b7b2fa6c
tree00a380bba5ff189619cc3b07c8d7c0270f9e515f
parentc247dce0f0ab6cbd1ac41cbca6b40b5d46a73f41
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159809 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c