aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Obry <obry@adacore.com>2025-01-11 14:19:39 +0100
committerMarc Poulhiès <dkm@gcc.gnu.org>2025-01-13 11:53:01 +0100
commit0cf06bf0d7fd83549f0f410df57f8113fdc63da2 (patch)
treef9aa312780c1ee58782b34a9b36c2602a67ad7e2
parent1a8265713021eea8d9d7a0f8c4f0ecec5eaa4f07 (diff)
downloadgcc-0cf06bf0d7fd83549f0f410df57f8113fdc63da2.zip
gcc-0cf06bf0d7fd83549f0f410df57f8113fdc63da2.tar.gz
gcc-0cf06bf0d7fd83549f0f410df57f8113fdc63da2.tar.bz2
ada: Update gnatdll documentation (-b option removed)
gcc/ada/ChangeLog: * doc/gnat_ugn/platform_specific_information.rst: Update. * gnat_ugn.texi: Regenerate.
-rw-r--r--gcc/ada/doc/gnat_ugn/platform_specific_information.rst19
-rw-r--r--gcc/ada/gnat_ugn.texi11
2 files changed, 8 insertions, 22 deletions
diff --git a/gcc/ada/doc/gnat_ugn/platform_specific_information.rst b/gcc/ada/doc/gnat_ugn/platform_specific_information.rst
index aa63bb9..f2fc737 100644
--- a/gcc/ada/doc/gnat_ugn/platform_specific_information.rst
+++ b/gcc/ada/doc/gnat_ugn/platform_specific_information.rst
@@ -167,7 +167,7 @@ Alternatively, you can specify :file:`rts-sjlj/adainclude` in the file
.. index:: --RTS switch
-You can select another run-time library temporarily
+You can select another run-time library temporarily
by using the :switch:`--RTS` switch, e.g., :switch:`--RTS=sjlj`
@@ -538,17 +538,17 @@ and::
Choosing the Scheduling Policy with Windows
-------------------------------------------
-Under Windows, the standard 31 priorities of the Ada model are mapped onto
+Under Windows, the standard 31 priorities of the Ada model are mapped onto
Window's seven standard priority levels by default: Idle, Lowest, Below Normal,
Normal, Above Normal,
When using the ``FIFO_Within_Priorities`` task dispatching policy, GNAT
-assigns the ``REALTIME_PRIORITY_CLASS`` priority class to the application
-and maps the Ada priority range to the sixteen priorities made available under
-``REALTIME_PRIORITY_CLASS``.
+assigns the ``REALTIME_PRIORITY_CLASS`` priority class to the application
+and maps the Ada priority range to the sixteen priorities made available under
+``REALTIME_PRIORITY_CLASS``.
For details on the values of the different priority mappings, see declarations
-in :file:`system.ads`. For more information about Windows priorities, please
+in :file:`system.ads`. For more information about Windows priorities, please
refer to Microsoft documentation.
Windows Socket Timeouts
@@ -1548,13 +1548,6 @@ You may specify any of the following switches to ``gnatdll``:
relocatable DLL. We advise you to build relocatable DLL.
- .. index:: -b (gnatdll)
-
-:switch:`-b {address}`
- Set the relocatable DLL base address. By default the address is
- ``0x11000000``.
-
-
.. index:: -bargs (gnatdll)
:switch:`-bargs {opts}`
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index 0b62540..2579b31 100644
--- a/gcc/ada/gnat_ugn.texi
+++ b/gcc/ada/gnat_ugn.texi
@@ -19,7 +19,7 @@
@copying
@quotation
-GNAT User's Guide for Native Platforms , Jan 03, 2025
+GNAT User's Guide for Native Platforms , Jan 13, 2025
AdaCore
@@ -24749,13 +24749,6 @@ Build a non-relocatable DLL at @code{address}. If you don’t specify
default, when this switch is missing, @code{gnatdll} builds a
relocatable DLL. We advise you to build relocatable DLL.
-@geindex -b (gnatdll)
-
-@item @code{-b `address'}
-
-Set the relocatable DLL base address. By default the address is
-@code{0x11000000}.
-
@geindex -bargs (gnatdll)
@item @code{-bargs `opts'}
@@ -29839,8 +29832,8 @@ to permit their use in free software.
@printindex ge
-@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ }
@anchor{d2}@w{ }
+@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ }
@c %**end of body
@bye