mirror of git://gcc.gnu.org/git/gcc.git
* doc/invoke.texi (output file options): Document -fada-spec-parent.
From-SVN: r206229
This commit is contained in:
parent
f2aa696b5b
commit
24879fd092
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-12-28 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
* doc/invoke.texi (output file options): Document -fada-spec-parent.
|
||||||
|
|
||||||
2013-12-27 Alexander Ivchenko <alexander.ivchenko@intel.com>
|
2013-12-27 Alexander Ivchenko <alexander.ivchenko@intel.com>
|
||||||
Maxim Kuznetsov <maxim.kuznetsov@intel.com>
|
Maxim Kuznetsov <maxim.kuznetsov@intel.com>
|
||||||
Sergey Lega <sergey.s.lega@intel.com>
|
Sergey Lega <sergey.s.lega@intel.com>
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@ in the following sections.
|
||||||
-pipe -pass-exit-codes @gol
|
-pipe -pass-exit-codes @gol
|
||||||
-x @var{language} -v -### --help@r{[}=@var{class}@r{[},@dots{}@r{]]} --target-help @gol
|
-x @var{language} -v -### --help@r{[}=@var{class}@r{[},@dots{}@r{]]} --target-help @gol
|
||||||
--version -wrapper @@@var{file} -fplugin=@var{file} -fplugin-arg-@var{name}=@var{arg} @gol
|
--version -wrapper @@@var{file} -fplugin=@var{file} -fplugin-arg-@var{name}=@var{arg} @gol
|
||||||
-fdump-ada-spec@r{[}-slim@r{]} -fada-spec-parent=@var{arg} -fdump-go-spec=@var{file}}
|
-fdump-ada-spec@r{[}-slim@r{]} -fada-spec-parent=@var{unit} -fdump-go-spec=@var{file}}
|
||||||
|
|
||||||
@item C Language Options
|
@item C Language Options
|
||||||
@xref{C Dialect Options,,Options Controlling C Dialect}.
|
@xref{C Dialect Options,,Options Controlling C Dialect}.
|
||||||
|
|
@ -1518,10 +1518,15 @@ for the plugin called @var{name}.
|
||||||
|
|
||||||
@item -fdump-ada-spec@r{[}-slim@r{]}
|
@item -fdump-ada-spec@r{[}-slim@r{]}
|
||||||
@opindex fdump-ada-spec
|
@opindex fdump-ada-spec
|
||||||
For C and C++ source and include files, generate corresponding Ada
|
For C and C++ source and include files, generate corresponding Ada specs.
|
||||||
specs. @xref{Generating Ada Bindings for C and C++ headers,,, gnat_ugn,
|
@xref{Generating Ada Bindings for C and C++ headers,,, gnat_ugn,
|
||||||
GNAT User's Guide}, which provides detailed documentation on this feature.
|
GNAT User's Guide}, which provides detailed documentation on this feature.
|
||||||
|
|
||||||
|
@item -fada-spec-parent=@var{unit}
|
||||||
|
@opindex fada-spec-parent
|
||||||
|
In conjunction with @option{-fdump-ada-spec@r{[}-slim@r{]}} above, generate
|
||||||
|
Ada specs as child units of parent @var{unit}.
|
||||||
|
|
||||||
@item -fdump-go-spec=@var{file}
|
@item -fdump-go-spec=@var{file}
|
||||||
@opindex fdump-go-spec
|
@opindex fdump-go-spec
|
||||||
For input files in any language, generate corresponding Go
|
For input files in any language, generate corresponding Go
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue