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
c4e09c3f
Commit
c4e09c3f
authored
Jun 01, 2010
by
Arnaud Charlet
Committed by
Arnaud Charlet
Jun 01, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gnat_ugn.texi: Improve doc on -fdump-ada-spec, mention limitations.
From-SVN: r160101
parent
9cc54940
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
4 deletions
+21
-4
gcc/ada/ChangeLog
+4
-0
gcc/ada/gnat_ugn.texi
+17
-4
No files found.
gcc/ada/ChangeLog
View file @
c4e09c3f
2010-06-01 Arnaud Charlet <charlet@adacore.com>
* gnat_ugn.texi: Improve doc on -fdump-ada-spec, mention limitations.
2010-05-30 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Task_Type>: Reuse the
...
...
gcc/ada/gnat_ugn.texi
View file @
c4e09c3f
...
...
@@ -23326,10 +23326,23 @@ Verbose mode: generate version information.
@
findex
binding
@
noindent
GNAT
now
comes
with
a
new
experimental
binding
generator
for
C
and
C
++
headers
which
is
intended
to
do
95
%
of
the
tedious
work
of
generating
Ada
specs
from
C
or
C
++
header
files
.
Note
that
this
still
is
a
work
in
progress
,
not
designed
to
generate
100
%
correct
Ada
specs
.
GNAT
now
comes
with
a
binding
generator
for
C
and
C
++
headers
which
is
intended
to
do
95
%
of
the
tedious
work
of
generating
Ada
specs
from
C
or
C
++
header
files
.
Note
that
this
capability
is
not
intended
to
generate
100
%
correct
Ada
specs
,
and
will
is
some
cases
require
manual
adjustments
,
although
it
can
often
be
used
out
of
the
box
in
practice
.
Some
of
the
known
limitations
include
:
@
itemize
@
bullet
@
item
only
very
simple
character
constant
macros
are
translated
into
Ada
constants
.
Function
macros
(
macros
with
arguments
)
are
partially
translated
as
comments
,
to
be
completed
manually
if
needed
.
@
item
some
extensions
(
e
.
g
.
vector
types
)
are
not
supported
@
item
pointers
to
pointers
or
complex
structures
are
mapped
to
System
.
Address
@
end
itemize
The
code
generated
is
using
the
Ada
2005
syntax
,
which
makes
it
easier
to
interface
with
other
languages
than
previous
versions
of
Ada
.
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