diff options
author | Per Bothner <per@bothner.com> | 1996-01-24 07:02:57 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1996-01-24 07:02:57 +0000 |
commit | c6038971d6957f1244f2224002ba961c81b7ac71 (patch) | |
tree | 9647d17c387a1d4a9151394328b021b2f8d9ff60 /gdb/ChangeLog | |
parent | 4e327047ce195fe703b5ee64badca4631883cbe0 (diff) | |
download | gdb-c6038971d6957f1244f2224002ba961c81b7ac71.zip gdb-c6038971d6957f1244f2224002ba961c81b7ac71.tar.gz gdb-c6038971d6957f1244f2224002ba961c81b7ac71.tar.bz2 |
* stabsread.c (rs6000_builtin_type): Make bool type unsigned.
(read_one_struct_field): Support boolean bitfields.
* c-valprint.c (c_val_print): Print booleans properly.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e8ccefe..69faad2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Tue Jan 23 18:02:35 1996 Per Bothner <bothner@kalessin.cygnus.com> + + * stabsread.c (rs6000_builtin_type): Make bool type unsigned. + (read_one_struct_field): Support boolean bitfields. + * c-valprint.c (c_val_print): Print booleans properly. + Tue Jan 23 18:54:09 1996 Stan Shebs <shebs@andros.cygnus.com> * remote-vxsparc.c (vx_convert_to_virtual, vx_convert_from_virtual): |