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
5194d582
Commit
5194d582
authored
Sep 13, 2017
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate.
From-SVN: r252057
parent
22dbb9f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
30 deletions
+19
-30
gcc/ada/gnat_ugn.texi
+19
-30
No files found.
gcc/ada/gnat_ugn.texi
View file @
5194d582
...
...
@@ -21,7 +21,7 @@
@copying
@quotation
GNAT User'
s
Guide
for
Native
Platforms
,
Sep
1
1
,
2017
GNAT User'
s
Guide
for
Native
Platforms
,
Sep
1
3
,
2017
AdaCore
...
...
@@ -16560,9 +16560,6 @@ with a correct list of object files and library references.
references for the Ada part of a program. It uses the binder file
generated by the @code{gnatbind} to determine this list.
Note: to invoke @cite{gnatlink} with a project file, use the @cite{gnat}
driver (see The_GNAT_Driver_and_Project_Files).
@menu
* Running gnatlink::
* Switches for gnatlink::
...
...
@@ -17436,9 +17433,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
as well as various characteristics.
Note: to invoke @cite{gnatls} with a project file, use the @cite{gnat}
driver (see The_GNAT_Driver_and_Project_Files).
@menu
* Running gnatls::
* Switches for gnatls::
...
...
@@ -17820,9 +17814,6 @@ To use these tools, you must not compile your application using the
(see @ref{1b,,Building with gnatmake}). Otherwise, cross-referencing
information will not be generated.
Note: to invoke @cite{gnatxref} or @cite{gnatfind} with a project file,
use the @cite{gnat} driver (see The_GNAT_Driver_and_Project_Files).
@menu
* gnatxref Switches::
* gnatfind Switches::
...
...
@@ -23652,26 +23643,24 @@ The default run-time library (when GNAT is installed) is @emph{rts-native}.
This default run-time is selected by the means of soft links.
For example on x86-linux:
@example
--
-- $(target-dir)
-- |
-- +--- adainclude----------+
-- | |
-- +--- adalib-----------+ |
-- | | |
-- +--- rts-native | |
-- | | | |
-- | +--- adainclude <---+
-- | | |
-- | +--- adalib <----+
-- |
-- +--- rts-sjlj
-- |
-- +--- adainclude
-- |
-- +--- adalib
@end example
@c --
@c -- $(target-dir)
@c -- |
@c -- +--- adainclude----------+
@c -- | |
@c -- +--- adalib-----------+ |
@c -- | | |
@c -- +--- rts-native | |
@c -- | | | |
@c -- | +--- adainclude <---+
@c -- | | |
@c -- | +--- adalib <----+
@c -- |
@c -- +--- rts-sjlj
@c -- |
@c -- +--- adainclude
@c -- |
@c -- +--- adalib
@example
...
...
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