From: Per Bothner Date: Thu, 22 Jan 1998 23:48:23 +0000 (-0800) Subject: dwarfout.c (byte_size_attribute): Simplify and fix - don't need special (and incomple... X-Git-Tag: releases/libf2c-0.5.21~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f03204e95660c2bb8a78fd07b0444f5c9ebb89d2;p=thirdparty%2Fgcc.git dwarfout.c (byte_size_attribute): Simplify and fix - don't need special (and incomplete) handling for Chill arrays. � * dwarfout.c (byte_size_attribute): Simplify and fix - don't need special (and incomplete) handling for Chill arrays. From-SVN: r17457 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ab4020d7a1f..cc217fa712f4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 22 23:43:38 1998 Per Bothner + + * dwarfout.c (byte_size_attribute): Simplify and fix - don't need + special (and incomplete) handling for Chill arrays. + Fri Jan 23 00:27:23 1998 John Carr * toplev.c (get_run_time): Call sysconf(_SC_CLK_TCK), when available,