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
7dc46051
Commit
7dc46051
authored
Dec 10, 2007
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ChangeLog: Fix my last ChangeLog entry.
From-SVN: r130739
parent
32070c7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
gcc/ChangeLog
+5
-4
No files found.
gcc/ChangeLog
View file @
7dc46051
...
...
@@ -5,10 +5,11 @@
2007
-
12
-
10
Uros
Bizjak
<
ubizjak
@
gmail
.
com
>
*
config
/
i386
/
i386
.
c
(
ix86_function_regparm
):
Ditto
.
Use
REGPARM_MAX
to
check
that
no
regparm
hard
register
is
taken
by
a
fixed
register
variable
.
Check
up
to
and
including
DI_REG
when
adjusting
regparm
value
due
to
fixed
regs
usage
.
*
config
/
i386
/
i386
.
c
(
ix86_function_regparm
):
Do
not
check
global_regs
array
,
registers
that
are
members
of
global_regs
are
also
members
of
fixed_regs
array
.
Use
REGPARM_MAX
to
check
that
no
regparm
hard
register
is
taken
by
a
fixed
register
variable
.
Check
up
to
and
including
DI_REG
when
adjusting
regparm
value
due
to
fixed
regs
usage
.
(
rep_prefix_usable
):
Check
fixed_regs
array
,
not
global_regs
array
for
available
hard
registers
.
(
ix86_expand_strlen
):
Ditto
.
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