diff options
author | Per Bothner <per@bothner.com> | 1995-12-11 09:02:26 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-12-11 09:02:26 +0000 |
commit | f6d165855eebd59b95ceb16c48f10c7c927d187c (patch) | |
tree | 264ab904eadb005f1a121f9b9cb5374d09458855 /gdb/ChangeLog | |
parent | 406477a6961ef023cb8414059fbd8979c9d879f6 (diff) | |
download | gdb-f6d165855eebd59b95ceb16c48f10c7c927d187c.zip gdb-f6d165855eebd59b95ceb16c48f10c7c927d187c.tar.gz gdb-f6d165855eebd59b95ceb16c48f10c7c927d187c.tar.bz2 |
* valops.c (value_cast): Handle casts to and from TYPE_CODE_CHAR.
* ch-exp.c (match_integer_literal): Fix long long support.
* gdbtypes.c (get_discrete_bounds): Make TYPE_LENGTH (type) ==
sizeof (LONGEST) case work OK.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0833cf2..c9f5407 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 11 00:36:01 1995 Per Bothner <bothner@kalessin.cygnus.com> + + * valops.c (value_cast): Handle casts to and from TYPE_CODE_CHAR. + * ch-exp.c (match_integer_literal): Fix long long support. + * gdbtypes.c (get_discrete_bounds): Make TYPE_LENGTH (type) == + sizeof (LONGEST) case work OK. + Fri Dec 8 21:02:24 1995 Fred Fish <fnf@cygnus.com> * coffread.c, dbxread.c, dstread.c, objfiles.c, os9kread.c, |