aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gnat_ugn.texi
diff options
context:
space:
mode:
authorKévin Le Gouguec <legouguec@adacore.com>2022-07-04 11:12:47 +0200
committerMarc Poulhiès <poulhies@adacore.com>2022-09-26 11:02:30 +0200
commit6b8e3ee10fb7c15a79ebb8739a1fca3b2a62c706 (patch)
tree067ec7a1ede65fc1f659aee4332ec7ed95be4c23 /gcc/ada/gnat_ugn.texi
parent91c706565f941ac7d317951cf3ab186f197252f0 (diff)
downloadgcc-6b8e3ee10fb7c15a79ebb8739a1fca3b2a62c706.zip
gcc-6b8e3ee10fb7c15a79ebb8739a1fca3b2a62c706.tar.gz
gcc-6b8e3ee10fb7c15a79ebb8739a1fca3b2a62c706.tar.bz2
ada: Document support for the mold linker
gcc/ada/ * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Linker Switches): Document support for mold along with gold; add some advice regarding OpenSSL in the Pro version. * gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc/ada/gnat_ugn.texi')
-rw-r--r--gcc/ada/gnat_ugn.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index f2cb1ed..d7bcf74 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 , Sep 09, 2022
+GNAT User's Guide for Native Platforms , Sep 26, 2022
AdaCore
@@ -15317,10 +15317,11 @@ Linker switches can be specified after @code{-largs} builder switch.
@item @code{-fuse-ld=`name'}
-Linker to be used. The default is @code{bfd} for @code{ld.bfd},
-the alternative being @code{gold} for @code{ld.gold}. The later is
-a more recent and faster linker, but only available on GNU/Linux
+Linker to be used. The default is @code{bfd} for @code{ld.bfd}; @code{gold}
+(for @code{ld.gold}) and @code{mold} (for @code{ld.mold}) are more
+recent and faster alternatives, but only available on GNU/Linux
platforms.
+
@end table
@node Binding with gnatbind,Linking with gnatlink,Linker Switches,Building Executable Programs with GNAT
@@ -17932,7 +17933,6 @@ instr.ads
-
@c -- Example: A |withing| unit has a |with| clause, it |withs| a |withed| unit
@node GNAT and Program Execution,Platform-Specific Information,GNAT Utility Programs,Top