diff options
author | Paul N. Hilfinger <hilfinger@adacore.com> | 2008-08-21 09:05:32 +0000 |
---|---|---|
committer | Paul N. Hilfinger <hilfinger@adacore.com> | 2008-08-21 09:05:32 +0000 |
commit | 158c766541afd260122f57a0288775fcddc2e67a (patch) | |
tree | 7993bdedaa8effe97d20ef03623941ebe84386a5 /gdb/NEWS | |
parent | 1e52a9c18720a7b3e9c0c53ca2ac228a9d3d1508 (diff) | |
download | ppe42-binutils-158c766541afd260122f57a0288775fcddc2e67a.tar.gz ppe42-binutils-158c766541afd260122f57a0288775fcddc2e67a.zip |
Amplify last NEWS entry about boolean types in Ada, and add
corresponding description of treatment of True and false to gdb.texinfo.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ conditions handling signals delivered during attach or thread creation have also been fixed. * GDB now supports the use of DWARF boolean types for Ada's type Boolean. +From the user's standpoint, all unqualified instances of True and False +are treated as the standard definitions, regardless of context. * New features in the GDB remote stub, gdbserver |