Commit 402b9150 by Ed Falis Committed by Pierre-Marie de Rodat

[Ada] Remove section on pragma No_Run_Time

This pragma has been long obsolescent and confuses users.

2019-09-17  Ed Falis  <falis@adacore.com>

gcc/ada/

	* doc/gnat_rm/implementation_defined_pragmas.rst: Remove
	section.
	* gnat_rm.texi, gnat_ugn.texi: Regenerate.

From-SVN: r275784
parent 94c44a8a
2019-09-17 Ed Falis <falis@adacore.com>
* doc/gnat_rm/implementation_defined_pragmas.rst: Remove
section.
* gnat_rm.texi, gnat_ugn.texi: Regenerate.
2019-09-17 Vadim Godunko <godunko@adacore.com> 2019-09-17 Vadim Godunko <godunko@adacore.com>
* libgnat/g-exptty.ads (Close_Input): New subprogram. * libgnat/g-exptty.ads (Close_Input): New subprogram.
......
...@@ -4049,22 +4049,6 @@ Note that in Ada 2005 mode, this pragma is part of the language. It is ...@@ -4049,22 +4049,6 @@ Note that in Ada 2005 mode, this pragma is part of the language. It is
available in all earlier versions of Ada as an implementation-defined available in all earlier versions of Ada as an implementation-defined
pragma. pragma.
Pragma No_Run_Time
==================
Syntax:
.. code-block:: ada
pragma No_Run_Time;
This is an obsolete configuration pragma that historically was used to
set up a runtime library with no object code. It is now used only for
internal testing. The pragma has been superseded by the reconfigurable
runtime capability of GNAT.
Pragma No_Strict_Aliasing Pragma No_Strict_Aliasing
========================= =========================
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
@copying @copying
@quotation @quotation
GNAT User's Guide for Native Platforms , Aug 01, 2019 GNAT User's Guide for Native Platforms , Sep 13, 2019
AdaCore AdaCore
...@@ -13661,7 +13661,7 @@ in the source text. ...@@ -13661,7 +13661,7 @@ in the source text.
The set of style check switches is set to match that used by the GNAT sources. The set of style check switches is set to match that used by the GNAT sources.
This may be useful when developing code that is eventually intended to be This may be useful when developing code that is eventually intended to be
incorporated into GNAT. Currently this is equivalent to @code{-gnatwydISux}) incorporated into GNAT. Currently this is equivalent to @code{-gnatyydISux})
but additional style switches may be added to this set in the future without but additional style switches may be added to this set in the future without
advance notice. advance notice.
@end table @end table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment