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
419df6a2
Commit
419df6a2
authored
Jul 03, 2005
by
John David Anglin
Committed by
John David Anglin
Jul 03, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.c (fix_range): Fix typo in comment.
From-SVN: r101555
parent
184afc23
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.c
+1
-1
No files found.
gcc/ChangeLog
View file @
419df6a2
2005-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa.c (fix_range): Fix typo in comment.
2005-07-03 Kazu Hirata <kazu@codesourcery.com>
2005-07-03 Kazu Hirata <kazu@codesourcery.com>
* tree-vrp.c (extract_range_from_assert): Replace
* tree-vrp.c (extract_range_from_assert): Replace
...
...
gcc/config/pa/pa.c
View file @
419df6a2
...
@@ -306,7 +306,7 @@ fix_range (const char *const_str)
...
@@ -306,7 +306,7 @@ fix_range (const char *const_str)
REG2 are either register names or register numbers. The effect
REG2 are either register names or register numbers. The effect
of this option is to mark the registers in the range from REG1 to
of this option is to mark the registers in the range from REG1 to
REG2 as ``fixed'' so they won't be used by the compiler. This is
REG2 as ``fixed'' so they won't be used by the compiler. This is
used, e.g., to ensure that kernel mode code doesn't use f
32-f127
. */
used, e.g., to ensure that kernel mode code doesn't use f
r4-fr31
. */
i
=
strlen
(
const_str
);
i
=
strlen
(
const_str
);
str
=
(
char
*
)
alloca
(
i
+
1
);
str
=
(
char
*
)
alloca
(
i
+
1
);
...
...
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