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
89cf554b
Commit
89cf554b
authored
Feb 12, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r309
parent
c5986054
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
gcc/libgcc2.c
+8
-4
No files found.
gcc/libgcc2.c
View file @
89cf554b
...
...
@@ -477,7 +477,7 @@ __udivmoddi4 (n, d, rp)
#endif
#ifdef L_divdi3
unsigned
long
long
__udivmoddi4
();
unsigned
long
long
__udivmoddi4
();
long
long
__divdi3
(
u
,
v
)
long
long
u
,
v
;
...
...
@@ -505,7 +505,7 @@ __divdi3 (u, v)
#endif
#ifdef L_moddi3
unsigned
long
long
__udivmoddi4
();
unsigned
long
long
__udivmoddi4
();
long
long
__moddi3
(
u
,
v
)
long
long
u
,
v
;
...
...
@@ -532,7 +532,7 @@ __moddi3 (u, v)
#endif
#ifdef L_umoddi3
unsigned
long
long
__udivmoddi4
();
unsigned
long
long
__udivmoddi4
();
unsigned
long
long
__umoddi3
(
u
,
v
)
unsigned
long
long
u
,
v
;
...
...
@@ -546,7 +546,7 @@ __umoddi3 (u, v)
#endif
#ifdef L_udivdi3
unsigned
long
long
__udivmoddi4
();
unsigned
long
long
__udivmoddi4
();
unsigned
long
long
__udivdi3
(
n
,
d
)
unsigned
long
long
n
,
d
;
...
...
@@ -1230,6 +1230,9 @@ __enable_execute_stack ()
void
__do_global_dtors
()
{
#ifdef DO_GLOBAL_DTORS_BODY
DO_GLOBAL_DTORS_BODY
;
#else
int
nptrs
=
*
(
int
*
)
__DTOR_LIST__
;
int
i
;
...
...
@@ -1245,6 +1248,7 @@ __do_global_dtors ()
/* GNU LD format. */
for
(
i
=
nptrs
;
i
>=
1
;
i
--
)
__DTOR_LIST__
[
i
]
();
#endif
}
#ifndef INIT_SECTION_ASM_OP
...
...
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