diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-18 23:06:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-18 23:06:29 +0000 |
commit | 6ae6090e22c7c1d1f82ec0c25bb1f03a70b2dbe6 (patch) | |
tree | 7203800dcfbf9aeed50dd7deb17dbca2b2ae7435 /binutils/ChangeLog | |
parent | 0ef22be97fe3b7557f42873884537c09aa05f977 (diff) | |
download | gdb-6ae6090e22c7c1d1f82ec0c25bb1f03a70b2dbe6.zip gdb-6ae6090e22c7c1d1f82ec0c25bb1f03a70b2dbe6.tar.gz gdb-6ae6090e22c7c1d1f82ec0c25bb1f03a70b2dbe6.tar.bz2 |
* stabs.c (parse_stab_range_type): A complex type is defined as a
subrange of itself with the high bound zero.
* ieee.c (ieee_complex_type): Don't crash on sizes of 12 or 16.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 269b706..b66f4a7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Mon Mar 18 18:05:33 1996 Ian Lance Taylor <ian@cygnus.com> + + * stabs.c (parse_stab_range_type): A complex type is defined as a + subrange of itself with the high bound zero. + * ieee.c (ieee_complex_type): Don't crash on sizes of 12 or 16. + Tue Mar 12 12:09:43 1996 Ian Lance Taylor <ian@cygnus.com> * ieee.c (ieee_write_undefined_tag): Switch to global_types even |