diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-02-24 18:01:19 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-02-24 18:01:19 +0100 |
commit | f1a3590ee2fbbd4b4c7ccd43867cc37b07c1f4c7 (patch) | |
tree | a0ba866ce4e9b2ddf5a2203f29d444ceede22713 /gcc/ada/debug.adb | |
parent | 47752af2e8442f1141f1025e58f9dcb76cdd7422 (diff) | |
download | gcc-f1a3590ee2fbbd4b4c7ccd43867cc37b07c1f4c7.zip gcc-f1a3590ee2fbbd4b4c7ccd43867cc37b07c1f4c7.tar.gz gcc-f1a3590ee2fbbd4b4c7ccd43867cc37b07c1f4c7.tar.bz2 |
[multiple changes]
2014-02-24 Thomas Quinot <quinot@adacore.com>
* s-os_lib.adb (Errno_Message): Do not depend on Integer'Image.
* s-oscons-tmplt.c: On VxWorks, include adaint.h only after
vxWorks.h has been included. Also ensure that file attributes
related definitions are output even in cases where socket support
is not enabled.
* a-tags.adb: Code clean up.
* Make-generated.in (OSCONS_CPP, OSCONS_EXTRACT): Use -iquote
instead of -I to add the main ada source directory to the header
search path, in order to avoid conflict between our own "types.h"
and VxWork's <types.h>.
2014-02-24 Robert Dewar <dewar@adacore.com>
* atree.ads, atree.adb (Copy_Separate_Tree): Add Syntax_Only parameter.
* debug.adb: Remove documentation of -gnatd.X, no longer used.
* freeze.adb (Wrap_Imported_Subprogram): Fixed and activated.
2014-02-24 Bob Duff <duff@adacore.com>
* gnat_ugn.texi: Improve documentation of gnatpp.
From-SVN: r208083
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index a650693..11237e2 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -141,7 +141,7 @@ package body Debug is -- d.U Ignore indirect calls for static elaboration -- d.V -- d.W Print out debugging information for Walk_Library_Items - -- d.X Activate wrapping of imported subprograms with pre/post conditions + -- d.X -- d.Y -- d.Z @@ -664,9 +664,6 @@ package body Debug is -- the order in which units are walked. This is primarily for use in -- debugging CodePeer mode. - -- d.X Activates Wrap_Imported_Subprogram in Freeze (not yet working so - -- this allows checkin of partial implementation). - -- d1 Error messages have node numbers where possible. Normally error -- messages have only source locations. This option is useful when -- debugging errors caused by expanded code, where the source location |