* valops.c (value_cast): Handle casts to and from TYPE_CODE_CHAR.
authorPer Bothner <per@bothner.com>
Mon, 11 Dec 1995 09:02:26 +0000 (09:02 +0000)
committerPer Bothner <per@bothner.com>
Mon, 11 Dec 1995 09:02:26 +0000 (09:02 +0000)
commitf6d165855eebd59b95ceb16c48f10c7c927d187c
tree264ab904eadb005f1a121f9b9cb5374d09458855
parent406477a6961ef023cb8414059fbd8979c9d879f6
* 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.
gdb/ChangeLog
gdb/ch-exp.c
gdb/gdbtypes.c