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
f122eb7a
Commit
f122eb7a
authored
May 18, 1998
by
Nick Clifton
Committed by
Nick Clifton
May 18, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Applied fixes from PR 15949 and 15047
From-SVN: r19856
parent
53f2d033
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
gcc/ChangeLog
+6
-0
gcc/config/v850/lib1funcs.asm
+6
-5
No files found.
gcc/ChangeLog
View file @
f122eb7a
Mon May 18 15:30:42 1998 Nick Clifton <nickc@cygnus.com>
* config/v850/lib1funcs.asm: Add .text pseudo op to start of
___udivsi3.
* config/v850/lib1funcs.asm: Fix .size pseudo ops to use three
underscores for the prefixes to the names of the maths functions.
* dbxout.c (dbxout_parms): Revert to using DECL_ARG_TYPE. Add
comment explaining why.
...
...
gcc/config/v850/lib1funcs.asm
View file @
f122eb7a
...
...
@@ -89,10 +89,11 @@ ___mulsi3:
ble
.
L5
jmp
[r31]
/*
return
*/
.
size
__
mulsi3
,.
-
__mulsi3
.
size
__
_mulsi3
,.
-
_
__mulsi3
#
endif
#
ifdef
L_udivsi3
.
text
.
global
___udivsi3
___udivsi3
:
mov
1
,
r12
...
...
@@ -126,7 +127,7 @@ ___udivsi3:
bne
.
L9
.
L8
:
jmp
[r31]
.
size
__
udivsi3
,.
-
__udivsi3
.
size
__
_udivsi3
,.
-
_
__udivsi3
#
endif
#
ifdef
L_divsi3
...
...
@@ -157,7 +158,7 @@ ___divsi3:
ld
.
w
4
[sp],
r31
add
8
,
sp
jmp
[r31]
.
size
__
divsi3
,.
-
__divsi3
.
size
__
_divsi3
,.
-
_
__divsi3
#
endif
#
ifdef
L_umodsi3
...
...
@@ -178,7 +179,7 @@ ___umodsi3:
ld
.
w
8
[sp],
r31
add
12
,
sp
jmp
[r31]
.
size
__
umodsi3
,.
-
__umodsi3
.
size
__
_umodsi3
,.
-
_
__umodsi3
#
endif
/*
L_umodsi3
*/
#
ifdef
L_modsi3
...
...
@@ -199,7 +200,7 @@ ___modsi3:
ld
.
w
8
[sp],
r31
add
12
,
sp
jmp
[r31]
.
size
__
modsi3
,.
-
__modsi3
.
size
__
_modsi3
,.
-
_
__modsi3
#
endif
/*
L_modsi3
*/
#
ifdef
L_save_2
...
...
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