dwarf2out.c (gen_enumeration_type_die): Fix HOST_BITS_PER_WIDE_INT dependency behavio...
authorJulian Brown <julian@codesourcery.com>
Wed, 24 Apr 2013 10:07:24 +0000 (10:07 +0000)
committerChung-Lin Tang <cltang@gcc.gnu.org>
Wed, 24 Apr 2013 10:07:24 +0000 (10:07 +0000)
commitfdb6603cc395d2d29e50b0078b46b130d66ac7b4
treee6df1a20befb5c8c1f9d5d05b5fa1add81d89429
parentb1df40cb0eb7fd402cc683ca3a36d297db225199
dwarf2out.c (gen_enumeration_type_die): Fix HOST_BITS_PER_WIDE_INT dependency behavior in enumeration type DIE generation.

2013-04-24  Julian Brown  <julian@codesourcery.com>
    Chung-Lin Tang  <cltang@codesourcery.com>

* dwarf2out.c (gen_enumeration_type_die): Fix HOST_BITS_PER_WIDE_INT
dependency behavior in enumeration type DIE generation. Add TODO
note to comments about future DW_FORM_sdata/udata re-work of related
code.

Co-Authored-By: Chung-Lin Tang <cltang@codesourcery.com>
From-SVN: r198219
gcc/ChangeLog
gcc/dwarf2out.c