Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
22dbb9f2
Commit
22dbb9f2
authored
Sep 13, 2017
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor edits.
From-SVN: r252056
parent
2af96386
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
24 deletions
+9
-24
gcc/ada/doc/gnat_ugn/about_this_guide.rst
+1
-1
gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
+0
-3
gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
+6
-18
gcc/ada/doc/gnat_ugn/platform_specific_information.rst
+2
-2
No files found.
gcc/ada/doc/gnat_ugn/about_this_guide.rst
View file @
22dbb9f2
...
@@ -144,7 +144,7 @@ the new document structure.
...
@@ -144,7 +144,7 @@ the new document structure.
- :ref:`The_Cross-Referencing_Tools_gnatxref_and_gnatfind`
- :ref:`The_Cross-Referencing_Tools_gnatxref_and_gnatfind`
- :ref:`The_Ada_to_HTML_Converter_gnathtml`
- :ref:`The_Ada_to_HTML_Converter_gnathtml`
- :ref:`The_Ada-to-XML_Converter_gnat2xml`
- :ref:`The_Ada-to-XML_Converter_gnat2xml`
- :ref:`The_
Program_Property
_Verifier_gnatcheck`
- :ref:`The_
Coding_Standard
_Verifier_gnatcheck`
- :ref:`The_GNAT_Metrics_Tool_gnatmetric`
- :ref:`The_GNAT_Metrics_Tool_gnatmetric`
- :ref:`The_GNAT_Pretty-Printer_gnatpp`
- :ref:`The_GNAT_Pretty-Printer_gnatpp`
- :ref:`The_Body_Stub_Generator_gnatstub`
- :ref:`The_Body_Stub_Generator_gnatstub`
...
...
gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
View file @
22dbb9f2
...
@@ -7110,9 +7110,6 @@ with a correct list of object files and library references.
...
@@ -7110,9 +7110,6 @@ with a correct list of object files and library references.
references
for
the
Ada
part
of
a
program
.
It
uses
the
binder
file
references
for
the
Ada
part
of
a
program
.
It
uses
the
binder
file
generated
by
the
``
gnatbind
``
to
determine
this
list
.
generated
by
the
``
gnatbind
``
to
determine
this
list
.
Note
:
to
invoke
`
gnatlink
`
with
a
project
file
,
use
the
`
gnat
`
driver
(
see
:
ref
:`
The_GNAT_Driver_and_Project_Files
`).
..
_Running_gnatlink
:
..
_Running_gnatlink
:
Running
``
gnatlink
``
Running
``
gnatlink
``
...
...
gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
View file @
22dbb9f2
...
@@ -17,7 +17,7 @@ This chapter describes a number of utility programs:
...
@@ -17,7 +17,7 @@ This chapter describes a number of utility programs:
*
:
ref
:`
The_Cross
-
Referencing_Tools_gnatxref_and_gnatfind
`
*
:
ref
:`
The_Cross
-
Referencing_Tools_gnatxref_and_gnatfind
`
*
:
ref
:`
The_Ada_to_HTML_Converter_gnathtml
`
*
:
ref
:`
The_Ada_to_HTML_Converter_gnathtml
`
*
:
ref
:`
The_Ada
-
to
-
XML_Converter_gnat2xml
`
*
:
ref
:`
The_Ada
-
to
-
XML_Converter_gnat2xml
`
*
:
ref
:`
The_
Program_Property
_Verifier_gnatcheck
`
*
:
ref
:`
The_
Coding_Standard
_Verifier_gnatcheck
`
*
:
ref
:`
The_GNAT_Metrics_Tool_gnatmetric
`
*
:
ref
:`
The_GNAT_Metrics_Tool_gnatmetric
`
*
:
ref
:`
The_GNAT_Pretty
-
Printer_gnatpp
`
*
:
ref
:`
The_GNAT_Pretty
-
Printer_gnatpp
`
*
:
ref
:`
The_Body_Stub_Generator_gnatstub
`
*
:
ref
:`
The_Body_Stub_Generator_gnatstub
`
...
@@ -210,9 +210,6 @@ units. It gives the relationship between objects, unit names and source
...
@@ -210,9 +210,6 @@ units. It gives the relationship between objects, unit names and source
files
.
It
can
also
be
used
to
check
the
source
dependencies
of
a
unit
files
.
It
can
also
be
used
to
check
the
source
dependencies
of
a
unit
as
well
as
various
characteristics
.
as
well
as
various
characteristics
.
Note
:
to
invoke
`
gnatls
`
with
a
project
file
,
use
the
`
gnat
`
driver
(
see
:
ref
:`
The_GNAT_Driver_and_Project_Files
`).
..
_Running_gnatls
:
..
_Running_gnatls
:
Running
``
gnatls
``
Running
``
gnatls
``
...
@@ -505,9 +502,6 @@ To use these tools, you must not compile your application using the
...
@@ -505,9 +502,6 @@ To use these tools, you must not compile your application using the
(
see
:
ref
:`
The_GNAT_Make_Program_gnatmake
`).
Otherwise
,
cross
-
referencing
(
see
:
ref
:`
The_GNAT_Make_Program_gnatmake
`).
Otherwise
,
cross
-
referencing
information
will
not
be
generated
.
information
will
not
be
generated
.
Note
:
to
invoke
`
gnatxref
`
or
`
gnatfind
`
with
a
project
file
,
use
the
`
gnat
`
driver
(
see
:
ref
:`
The_GNAT_Driver_and_Project_Files
`).
..
_gnatxref_Switches
:
..
_gnatxref_Switches
:
``
gnatxref
``
Switches
``
gnatxref
``
Switches
...
@@ -1755,7 +1749,7 @@ Alternatively, you may run the script using the following command line:
...
@@ -1755,7 +1749,7 @@ Alternatively, you may run the script using the following command line:
.. only:: PRO or GPL
.. only:: PRO or GPL
.. _The_
Program_Property
_Verifier_gnatcheck:
.. _The_
Coding_Standard
_Verifier_gnatcheck:
The Coding Standard Verifier ``gnatcheck``
The Coding Standard Verifier ``gnatcheck``
==========================================
==========================================
...
@@ -1800,9 +1794,7 @@ Alternatively, you may run the script using the following command line:
...
@@ -1800,9 +1794,7 @@ Alternatively, you may run the script using the following command line:
compiler and generates and uses the ASIS tree for the input source;
compiler and generates and uses the ASIS tree for the input source;
thus the input must be legal Ada code, and the tool should have all the
thus the input must be legal Ada code, and the tool should have all the
information needed to compile the input source. To provide this information,
information needed to compile the input source. To provide this information,
you may specify as a tool parameter the project file the input source belongs to
you may specify as a tool parameter the project file the input source belongs to.
(or you may call *gnatmetric*
through the *gnat* driver (see :ref:`The_GNAT_Driver_and_Project_Files`).
Another possibility is to specify the source search
Another possibility is to specify the source search
path and needed configuration files in :switch:`-cargs` section of ``gnatmetric``
path and needed configuration files in :switch:`-cargs` section of ``gnatmetric``
call, see the description of the ``gnatmetric`` switches below.
call, see the description of the ``gnatmetric`` switches below.
...
@@ -2821,9 +2813,7 @@ Alternatively, you may run the script using the following command line:
...
@@ -2821,9 +2813,7 @@ Alternatively, you may run the script using the following command line:
compiler
and
generates
and
uses
the
ASIS
tree
for
the
input
source
;
compiler
and
generates
and
uses
the
ASIS
tree
for
the
input
source
;
thus
the
input
must
be
legal
Ada
code
,
and
the
tool
should
have
all
the
thus
the
input
must
be
legal
Ada
code
,
and
the
tool
should
have
all
the
information
needed
to
compile
the
input
source
.
To
provide
this
information
,
information
needed
to
compile
the
input
source
.
To
provide
this
information
,
you
may
specify
as
a
tool
parameter
the
project
file
the
input
source
belongs
to
you
may
specify
as
a
tool
parameter
the
project
file
the
input
source
belongs
to
.
(
or
you
may
call
*
gnatpp
*
through
the
*
gnat
*
driver
(
see
:
ref
:`
The_GNAT_Driver_and_Project_Files
`).
Another
possibility
is
to
specify
the
source
search
Another
possibility
is
to
specify
the
source
search
path
and
needed
configuration
files
in
``-
cargs
``
section
of
``
gnatpp
``
path
and
needed
configuration
files
in
``-
cargs
``
section
of
``
gnatpp
``
call
,
see
the
description
of
the
``
gnatpp
``
switches
below
.
call
,
see
the
description
of
the
``
gnatpp
``
switches
below
.
...
@@ -3834,9 +3824,7 @@ Alternatively, you may run the script using the following command line:
...
@@ -3834,9 +3824,7 @@ Alternatively, you may run the script using the following command line:
compiler
and
generates
and
uses
the
ASIS
tree
for
the
input
source
;
compiler
and
generates
and
uses
the
ASIS
tree
for
the
input
source
;
thus
the
input
must
be
legal
Ada
code
,
and
the
tool
should
have
all
the
thus
the
input
must
be
legal
Ada
code
,
and
the
tool
should
have
all
the
information
needed
to
compile
the
input
source
.
To
provide
this
information
,
information
needed
to
compile
the
input
source
.
To
provide
this
information
,
you
may
specify
as
a
tool
parameter
the
project
file
the
input
source
belongs
to
you
may
specify
as
a
tool
parameter
the
project
file
the
input
source
belongs
to
.
(
or
you
may
call
*
gnatstub
*
through
the
*
gnat
*
driver
(
see
:
ref
:`
The_GNAT_Driver_and_Project_Files
`).
Another
possibility
is
to
specify
the
source
search
Another
possibility
is
to
specify
the
source
search
path
and
needed
configuration
files
in
``-
cargs
``
section
of
``
gnatstub
``
path
and
needed
configuration
files
in
``-
cargs
``
section
of
``
gnatstub
``
call
,
see
the
description
of
the
``
gnatstub
``
switches
below
.
call
,
see
the
description
of
the
``
gnatstub
``
switches
below
.
...
@@ -4548,7 +4536,7 @@ Alternatively, you may run the script using the following command line:
...
@@ -4548,7 +4536,7 @@ Alternatively, you may run the script using the following command line:
``--additional-tests`` switch.
``--additional-tests`` switch.
* ``Skeletons_Default``
* ``Skeletons_Default``
is used to specify the default behavior of test skeletons, otherwise
is used to specify the default behavio
u
r of test skeletons, otherwise
specified by ``--skeleton-default`` option. The value of this attribute
specified by ``--skeleton-default`` option. The value of this attribute
should be either ``pass`` or ``fail``.
should be either ``pass`` or ``fail``.
...
...
gcc/ada/doc/gnat_ugn/platform_specific_information.rst
View file @
22dbb9f2
...
@@ -104,9 +104,9 @@ their thread support.
...
@@ -104,9 +104,9 @@ their thread support.
The
default
run
-
time
library
(
when
GNAT
is
installed
)
is
*
rts
-
native
*.
The
default
run
-
time
library
(
when
GNAT
is
installed
)
is
*
rts
-
native
*.
This
default
run
-
time
is
selected
by
the
means
of
soft
links
.
This
default
run
-
time
is
selected
by
the
means
of
soft
links
.
For
example
on
x86
-
linux
:
:
For
example
on
x86
-
linux
:
--
..
--
--
$(
target
-
dir
)
--
$(
target
-
dir
)
--
|
--
|
--
+---
adainclude
----------+
--
+---
adainclude
----------+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment