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
a39353e0
Commit
a39353e0
authored
Dec 06, 2001
by
Steve Christiansen
Committed by
Gerald Pfeifer
Dec 06, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/rtl.texi: Use a table to display RTL format characters.
From-SVN: r47711
parent
26d04e79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
7 deletions
+27
-7
gcc/ChangeLog
+4
-0
gcc/doc/rtl.texi
+23
-7
No files found.
gcc/ChangeLog
View file @
a39353e0
2001
-
10
-
26
Steve
Christiansen
<
smc
@us
.
ibm
.
com
>
*
doc
/
rtl
.
texi
:
Use
a
table
to
display
RTL
format
characters
.
2001
-
12
-
06
Bo
Thorsen
<
bo
@suse
.
co
.
uk
>
2001
-
12
-
06
Bo
Thorsen
<
bo
@suse
.
co
.
uk
>
*
config
/
i386
/
linux64
.
h
(
LINK_SPEC
)
:
Correct
name
of
dynamic
linker
.
*
config
/
i386
/
linux64
.
h
(
LINK_SPEC
)
:
Correct
name
of
dynamic
linker
.
...
...
gcc/doc/rtl.texi
View file @
a39353e0
...
@@ -194,15 +194,31 @@ chain, such as @code{NOTE}, @code{BARRIER}, and @code{CODE_LABEL}.
...
@@ -194,15 +194,31 @@ chain, such as @code{NOTE}, @code{BARRIER}, and @code{CODE_LABEL}.
@end
table
@end
table
@cindex
RTL
format
@cindex
RTL
format
For
each
expression
type
@file
{
rtl
.
def
}
specifies
the
number
of
For
each
expression
code
,
@file
{
rtl
.
def
}
specifies
the
number
of
contained
objects
and
their
kinds
,
with
four
possibilities
:
@samp
{
e
}
for
contained
objects
and
their
kinds
using
a
sequence
of
characters
expression
(
actually
a
pointer
to
an
expression
),
@samp
{
i
}
for
integer
,
called
the
@dfn
{
format
}
of
the
expression
code
.
For
example
,
@samp
{
w
}
for
wide
integer
,
@samp
{
s
}
for
string
,
and
@samp
{
E
}
for
vector
the
format
of
@code
{
subreg
}
is
@samp
{
ei
}.
of
expressions
.
The
sequence
of
letters
for
an
expression
code
is
called
its
@dfn
{
format
}.
For
example
,
the
format
of
@code
{
subreg
}
is
@samp
{
ei
}.
@cindex
RTL
format
characters
@cindex
RTL
format
characters
These
are
the
most
commonly
used
format
characters
:
@table
@code
@item
e
An
expression
(
actually
a
pointer
to
an
expression
).
@item
i
An
integer
.
@item
w
A
wide
integer
.
@item
s
A
string
.
@item
E
A
vector
of
expressions
.
@end
table
A
few
other
format
characters
are
used
occasionally
:
A
few
other
format
characters
are
used
occasionally
:
@table
@code
@table
@code
...
...
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