dwarf2out.c (mem_loc_descriptor): Compare mode size instead of bitsize with DWARF2_AD...
authorJakub Jelinek <jakub@redhat.com>
Fri, 25 Mar 2011 16:22:00 +0000 (17:22 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 25 Mar 2011 16:22:00 +0000 (17:22 +0100)
commit21385db052f28434a7de4dbb5d19c00b6deddc03
treebf3807f74faef827af3ec1a47c9c4ba3e90a2495
parent5ade176d5eb914bf78919ac2f610599059fba340
dwarf2out.c (mem_loc_descriptor): Compare mode size instead of bitsize with DWARF2_ADDR_SIZE.

* dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTRACT>: Compare
mode size instead of bitsize with DWARF2_ADDR_SIZE.
(hash_loc_operands, compare_loc_operands): Handle
DW_OP_GNU_entry_value.

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