d: Fix documentation of -defaultlib= and -debuglib=
authorIain Buclaw <ibuclaw@gdcproject.org>
Thu, 30 Apr 2020 10:21:09 +0000 (12:21 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Thu, 30 Apr 2020 10:27:05 +0000 (12:27 +0200)
From the generated manpages, it was not clear that its usage is
'-debuglib=<libname>'.

gcc/d/ChangeLog:

* gdc.texi (Options for Linking): Clarify usage of -defaultlib= and
-debuglib= options.

gcc/d/ChangeLog
gcc/d/gdc.texi

index 9550a6d581f2e78c012bb42b53ebdf231c654eb3..6592f3920ac13ea9296f5af1f89e4128367145a7 100644 (file)
@@ -1,3 +1,8 @@
+2020-04-30  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * gdc.texi (Options for Linking): Clarify usage of -defaultlib= and
+       -debuglib= options.
+
 2020-04-29  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * d-codegen.cc (d_decl_context): Don't include module in the name of
index 496066cb59ada2cf91b1bd0d3f64453e0183f1c1..2ce560f3caeb3142b58f920c705f71ae0b58d9a2 100644 (file)
@@ -665,14 +665,14 @@ a link step.
 
 @table @gcctabopt
 
-@item -defaultlib @var{libname}
-@cindex @option{-defaultlib}
+@item -defaultlib=@var{libname}
+@cindex @option{-defaultlib=}
 Specify the library to use instead of libphobos when linking.  Options
 specifying the linkage of libphobos, such as @option{-static-libphobos}
 or @option{-shared-libphobos}, are ignored.
 
-@item -debuglib
-@cindex @option{-debuglib}
+@item -debuglib=@var{libname}
+@cindex @option{-debuglib=}
 Specify the debug library to use instead of libphobos when linking.
 This option has no effect unless the @option{-g} option was also given
 on the command line.  Options specifying the linkage of libphobos, such