diff options
author | Stu Grossman <grossman@cygnus> | 1992-06-25 22:35:09 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-06-25 22:35:09 +0000 |
commit | 50a11e493374d5c39c8e3855e0f574bb46ac19a2 (patch) | |
tree | 39f01b14c412e00a60c4e4e47463a361f0abaf24 /gdb/ChangeLog | |
parent | 99fd9e3ee638d6a003da2a727786510ac9bf0b76 (diff) | |
download | gdb-50a11e493374d5c39c8e3855e0f574bb46ac19a2.zip gdb-50a11e493374d5c39c8e3855e0f574bb46ac19a2.tar.gz gdb-50a11e493374d5c39c8e3855e0f574bb46ac19a2.tar.bz2 |
* buildsym.c (read_sun_builtin_type): Handle new FCS Sun CC
compiler feature of putting 'c' into basic type descriptors for
all forms of char.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3b9aaae..be38bcf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Thu Jun 25 15:18:42 1992 Stu Grossman (grossman at cygnus.com) + * buildsym.c (read_sun_builtin_type): Handle new FCS Sun CC + compiler feature of putting 'c' into basic type descriptors for + all forms of char. + * procfs.c (child_resume): Work around Solaris (on Sparc) lossage where there is no place for nPC in prrun struct. |