From: Pascal Obry <o...@adacore.com> gcc/ada/ChangeLog: * doc/gnat_ugn/platform_specific_information.rst: Update. * gnat_ugn.texi: Regenerate.
Tested on x86_64-pc-linux-gnu, committed on master. --- .../platform_specific_information.rst | 19 ++++++------------- gcc/ada/gnat_ugn.texi | 11 ++--------- 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 aa63bb97e84..f2fc737f90d 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 0b62540a2fd..2579b31a7fc 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 -- 2.43.0