dwarfout.c (byte_size_attribute): Add local var upper_bound and add case to handle...
authorFred Fish <fnf@cygnus.com>
Fri, 14 Nov 1997 16:07:17 +0000 (16:07 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 14 Nov 1997 16:07:17 +0000 (09:07 -0700)
commit874a8709bf8077e0347180eba67c73b0661ba9fd
treebbc41a98979228224e584a75fbd7fada517fcbd8
parentea4661960903a6da02d0b95a5c314eaa0d45b71d
dwarfout.c (byte_size_attribute): Add local var upper_bound and add case to handle STRING_TYPE.

        * dwarfout.c (byte_size_attribute):  Add local var upper_bound
        and add case to handle STRING_TYPE.
        * dwarfout.c (output_string_type_die):  Fix code to generate
        correct string length attribute for fixed length strings.
        Still needs support for varying length strings.

From-SVN: r16498
gcc/ChangeLog
gcc/dwarfout.c