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
2b45d482
Commit
2b45d482
authored
Nov 18, 2004
by
Ben Elliston
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/rtl.texi (Flags): Grammar fix.
From-SVN: r90830
parent
7b13ee6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+5
-1
gcc/doc/rtl.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
2b45d482
2004
-
11
-
18
Ben
Elliston
<
bje
@
au
.
ibm
.
com
>
*
doc
/
rtl
.
texi
(
Flags
):
Grammar
fix
.
2004
-
11
-
17
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
expmed
.
c
(
alg_code
):
Add
alg_unknown
.
...
...
@@ -54,7 +58,7 @@
2004-11-17 Steven Bosscher <stevenb@suse.de>
* tree-ssa-propagate.c (cfg_blocks_add) Assert we'
re
not
trying
* tree-ssa-propagate.c (cfg_blocks_add)
:
Assert we'
re
not
trying
to
insert
the
exit
or
entry
block
.
(
ssa_prop_init
):
Use
add_control_edge
to
seed
the
algorithm
.
...
...
gcc/doc/rtl.texi
View file @
2b45d482
...
...
@@ -725,7 +725,7 @@ Stored in the @code{integrated} field and printed as @samp{/i}.
@item
MEM_READONLY_P
(
@var{
x
}
)
Nonzero
in
a
@code{
mem
}
,
if
the
memory
is
statically
allocated
and
read
-
only
.
Read
-
only
in
this
context
never
modified
during
the
lifetime
of
the
Read
-
only
in
this
context
means
never
modified
during
the
lifetime
of
the
program
,
not
necessarily
in
ROM
or
in
write
-
disabled
pages
.
A
common
example
of
the
later
is
a
shared
library
'
s
global
offset
table
.
This
table
is
initialized
by
the
runtime
loader
,
so
the
memory
is
technically
...
...
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