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
600032fc
Commit
600032fc
authored
Jul 04, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1435
parent
aaff8ce0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/libgcc2.c
+3
-3
No files found.
gcc/libgcc2.c
View file @
600032fc
...
@@ -764,7 +764,7 @@ __fixunssfsi (float a)
...
@@ -764,7 +764,7 @@ __fixunssfsi (float a)
#ifdef L_varargs
#ifdef L_varargs
#ifdef __i860__
#ifdef __i860__
#if defined(
SVR4
) || defined(__alliant__)
#if defined(
__svr4__
) || defined(__alliant__)
asm
(
" .text"
);
asm
(
" .text"
);
asm
(
" .align 4"
);
asm
(
" .align 4"
);
...
@@ -829,7 +829,7 @@ asm ("___builtin_saveregs:");
...
@@ -829,7 +829,7 @@ asm ("___builtin_saveregs:");
asm
(
" bri %r1"
);
/* delayed return */
asm
(
" bri %r1"
);
/* delayed return */
asm
(
" st.l %r28,12(%r16)"
);
/* pointer to overflow args */
asm
(
" st.l %r28,12(%r16)"
);
/* pointer to overflow args */
#else
/* not
SVR4
*/
#else
/* not
__SVR4__
*/
asm
(
" .text"
);
asm
(
" .text"
);
asm
(
" .align 4"
);
asm
(
" .align 4"
);
...
@@ -867,7 +867,7 @@ asm ("___builtin_saveregs:");
...
@@ -867,7 +867,7 @@ asm ("___builtin_saveregs:");
asm
(
" mov r30,sp"
);
asm
(
" mov r30,sp"
);
/* recover stack and pass address to start
/* recover stack and pass address to start
of data. */
of data. */
#endif
/* not
SVR4
*/
#endif
/* not
__SVR4__
*/
#else
/* not __i860__ */
#else
/* not __i860__ */
#ifdef __sparc__
#ifdef __sparc__
asm
(
".global __builtin_saveregs"
);
asm
(
".global __builtin_saveregs"
);
...
...
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