diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1998-01-22 15:48:23 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1998-01-22 15:48:23 -0800 |
commit | f03204e95660c2bb8a78fd07b0444f5c9ebb89d2 (patch) | |
tree | 8e883494c9a776bcd09778b326dc93182dc2274c /gcc | |
parent | fa4056256ac13eca972870b5c4470ab234f74f6b (diff) | |
download | gcc-f03204e95660c2bb8a78fd07b0444f5c9ebb89d2.zip gcc-f03204e95660c2bb8a78fd07b0444f5c9ebb89d2.tar.gz gcc-f03204e95660c2bb8a78fd07b0444f5c9ebb89d2.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ab4020..cc217fa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 22 23:43:38 1998 Per Bothner <bothner@cygnus.com> + + * 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 <jfc@mit.edu> * toplev.c (get_run_time): Call sysconf(_SC_CLK_TCK), when available, |