aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPaul N. Hilfinger <hilfinger@adacore.com>2008-08-21 09:05:32 +0000
committerPaul N. Hilfinger <hilfinger@adacore.com>2008-08-21 09:05:32 +0000
commit158c766541afd260122f57a0288775fcddc2e67a (patch)
tree7993bdedaa8effe97d20ef03623941ebe84386a5 /gdb/NEWS
parent1e52a9c18720a7b3e9c0c53ca2ac228a9d3d1508 (diff)
downloadgdb-158c766541afd260122f57a0288775fcddc2e67a.zip
gdb-158c766541afd260122f57a0288775fcddc2e67a.tar.gz
gdb-158c766541afd260122f57a0288775fcddc2e67a.tar.bz2
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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 6fa145b..7278056 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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