varasm.c (output_constant_def_contents): Use for the length of a string constant...
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Fri, 3 Aug 2001 17:30:22 +0000 (17:30 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 3 Aug 2001 17:30:22 +0000 (17:30 +0000)
commitc6b7404634a291dddfe0e52800b169fd978bc8e4
treee5a398421a20c710768ef2f14bd2aff5f3f15372
parentadfcce6198effc2aaeb4961ab7a8ec05723d6573
varasm.c (output_constant_def_contents): Use for the length of a string constant either its TREE_STRING_LENGTH or its...

* varasm.c (output_constant_def_contents): Use for the length of a
string constant either its TREE_STRING_LENGTH or its int_size_in_bytes
depending on which is larger.

From-SVN: r44604
gcc/ChangeLog
gcc/varasm.c