Emit correct debug info for 64-bit signed enums on 64-bit host.
authorJames E. Wilson <wilson@bletchleypark.cygnus.com>
Thu, 8 Jun 2000 22:33:18 +0000 (22:33 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 8 Jun 2000 22:33:18 +0000 (15:33 -0700)
commit25dd13ece0ff96888ad87c1832b7cccda32ade1e
tree956f42aebb68eeef0bdc8cd861854671d0f0dbfe
parent6c820cf2ec17eb1655f8729d67eb2cd0dc81699d
Emit correct debug info for 64-bit signed enums on 64-bit host.

* dwarf2out.c (size_of_die, case dw_val_class_const): Use
size_of_sleb128.
(value_format, case dw_val_class_const): Use sdata format.
(output_die): Call output_sleb128.

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