dwarf2out.c (add_data_member_location_attribute): Use add_AT_unsigned instead of...
authorJakub Jelinek <jakub@redhat.com>
Tue, 27 Jul 2010 15:47:43 +0000 (17:47 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 27 Jul 2010 15:47:43 +0000 (17:47 +0200)
commit9f39bd531612c767cbcf0148b3baa95a9122453e
tree242cd1e5f05b430ce2cac2a694a8e83e39198134
parentf551f80cd19ae94af5ed73c2ccb05a18731acc85
dwarf2out.c (add_data_member_location_attribute): Use add_AT_unsigned instead of add_AT_int if offset is non-negative.

* dwarf2out.c (add_data_member_location_attribute): Use
add_AT_unsigned instead of add_AT_int if offset is non-negative.

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