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
45a4bc1d
Commit
45a4bc1d
authored
Aug 29, 2001
by
Kazu Hirata
Committed by
Kazu Hirata
Aug 29, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/h8300/lib1funcs.asm: Fix comment typos.
From-SVN: r45259
parent
c3d03e3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/h8300/lib1funcs.asm
+2
-2
No files found.
gcc/ChangeLog
View file @
45a4bc1d
2001
-
08
-
29
Kazu
Hirata
<
kazu
@hxi
.
com
>
*
config
/
h8300
/
lib1funcs
.
asm
:
Fix
comment
typos
.
2001
-
08
-
29
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
iris6
.
h
(
ASM_DECLARE_OBJECT_NAME
,
ASM_FINISH_DECLARE_OBJECT
)
:
...
...
gcc/config/h8300/lib1funcs.asm
View file @
45a4bc1d
...
...
@@ -251,7 +251,7 @@ ___umodhi3:
; q low 8 bits of quot
; P preserve
; The
h8
only has a 16/8 bit divide, so we look at the incoming and
; The
H8/300
only has a 16/8 bit divide, so we look at the incoming and
; see how to partition up the expression.
.
global
___udivhi3
...
...
@@ -634,7 +634,7 @@ setone:
#
ifdef
L_mulhi3
;; HImode multiply.
; The
h8
only has an 8*8->16 multiply.
; The
H8/300
only has an 8*8->16 multiply.
; The answer is the same as:
;
; product = (srca.l * srcb.l) + ((srca.h * srcb.l) + (srcb.h * srca.l)) * 256
...
...
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