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
4a087ccf
Commit
4a087ccf
authored
Feb 11, 2011
by
Mingjie Xing
Committed by
Mingjie Xing
Feb 11, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing parentheses.
From-SVN: r170041
parent
4bfebd81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/doc/lto.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
4a087ccf
2011-02-11 Mingjie Xing <mingjie.xing@gmail.com>
* doc/lto.texi (Write summary): Fix missing parentheses.
2011-02-10 DJ Delorie <dj@redhat.com>
* config/m32c/m32c.c (m32c_option_override): Disable
...
...
gcc/doc/lto.texi
View file @
4a087ccf
...
...
@@ -268,7 +268,7 @@ body and variable initializer is examined and stores relevant
information
into
a
pass
-
specific
data
structure
.
@item
@emph
{
Write
summary
}
(
@code
{
write_summary
}
in
@code
{
struct
ipa_opt_pass_d
}.
This
stage
writes
all
the
@code
{
struct
ipa_opt_pass_d
}
)
.
This
stage
writes
all
the
pass
-
specific
information
generated
by
@code
{
generate_summary
}.
Summaries
go
into
their
own
@code
{
LTO_section_
*
}
sections
that
have
to
be
declared
in
@file
{
lto
-
streamer
.
h
}
:
@code
{
enum
...
...
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