diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-10-06 02:52:31 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-10-06 02:52:31 +0000 |
commit | ee31ae22843d4ce342b5e258f03fc7a624b6e70e (patch) | |
tree | af26c0101c291c4fc9569fcf963ec0bfd0f1638b /gdb/ChangeLog | |
parent | 8e40ea4bbe4af6468d001c564998584b7b6a2c4c (diff) | |
download | gdb-ee31ae22843d4ce342b5e258f03fc7a624b6e70e.zip gdb-ee31ae22843d4ce342b5e258f03fc7a624b6e70e.tar.gz gdb-ee31ae22843d4ce342b5e258f03fc7a624b6e70e.tar.bz2 |
From David Purves <purves@apogee.com>:
* stabsread.c (rs6000_builtin_type): Create a complex float instead
of an error.
(read_sun_floating_type): Similarly.
(read_range_type): Create a complex float if self_subrange is
true.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 22313bc..224193c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Mon Oct 5 19:44:39 1998 Stan Shebs <shebs@andros.cygnus.com> + + From David Purves <purves@apogee.com>: + * stabsread.c (rs6000_builtin_type): Create a complex float instead + of an error. + (read_sun_floating_type): Similarly. + (read_range_type): Create a complex float if self_subrange is + true. + Fri Oct 2 19:42:31 1998 Stu Grossman <grossman@babylon-5.cygnus.com> * c-lang.c (emit_char c_printchar c_printstr), c-lang.h (c_printstr) |