[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 24 Feb 2014 17:01:19 +0000 (18:01 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 24 Feb 2014 17:01:19 +0000 (18:01 +0100)
commitf1a3590ee2fbbd4b4c7ccd43867cc37b07c1f4c7
treea0ba866ce4e9b2ddf5a2203f29d444ceede22713
parent47752af2e8442f1141f1025e58f9dcb76cdd7422
[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
gcc/ada/ChangeLog
gcc/ada/Make-generated.in
gcc/ada/a-tags.adb
gcc/ada/atree.adb
gcc/ada/atree.ads
gcc/ada/debug.adb
gcc/ada/freeze.adb
gcc/ada/gnat_ugn.texi
gcc/ada/s-os_lib.adb
gcc/ada/s-oscons-tmplt.c