This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [commit] Use true boolean types in Ada
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Hilfinger at adacore dot com
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 19 Aug 2008 21:41:47 +0300
- Subject: Re: [commit] Use true boolean types in Ada
- References: <20080819104034.8A2F6227B25@nile.gnat.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Paul Hilfinger <Hilfinger@adacore.com>
> Date: Tue, 19 Aug 2008 06:40:34 -0400 (EDT)
>
>
> Updated NEWS entry for my last check-in.
>
> Paul Hilfinger
>
> Index: gdb/NEWS
> ===================================================================
> RCS file: /cvs/src/src/gdb/NEWS,v
> retrieving revision 1.284
> diff -u -p -r1.284 NEWS
> --- gdb/NEWS 12 Aug 2008 15:18:30 -0000 1.284
> +++ gdb/NEWS 19 Aug 2008 10:34:47 -0000
> @@ -58,6 +58,8 @@ list of section offsets.
> 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.
> +
Is there any reasonable way of stating the effect of this on
user-level features? If so, I'd prefer to at least mention them, if
not replace the above with them.
Thanks.