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
11368579
Commit
11368579
authored
Jul 16, 2004
by
Segher Boessenkool
Committed by
Segher Boessenkool
Jul 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/eabi.asm (__eabi_convert): Fix typo (cmpi vs. cmpwi).
From-SVN: r84819
parent
270e140b
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/rs6000/eabi.asm
+1
-1
No files found.
gcc/ChangeLog
View file @
11368579
2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/eabi.asm (__eabi_convert): Fix typo (cmpi vs. cmpwi).
2004-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.md: Changed every occurence of BASE_REGISTER
...
...
gcc/config/rs6000/eabi.asm
View file @
11368579
...
...
@@ -252,7 +252,7 @@ FUNC_START(__eabi_convert)
.
Lcvt
:
lwzu
6
,
4
(
3
)
/*
pointer
to
convert
*/
cmpi
0
,
6
,
0
cmp
w
i
0
,
6
,
0
beq
-
.
Lcvt2
/*
if
pointer
is
null
,
don
'
t
convert
*/
add
6
,
6
,
12
/*
convert
pointer
*/
...
...
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