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
73a3e4ab
Commit
73a3e4ab
authored
Mar 31, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r646
parent
9fd3fbd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
gcc/libgcc2.c
+0
-3
No files found.
gcc/libgcc2.c
View file @
73a3e4ab
...
...
@@ -866,13 +866,10 @@ asm ("__builtin_saveregs:");
#endif
/* not SVR4 */
#else
/* not __i860__ */
#ifdef __sparc__
#ifdef NO_UNDERSCORES
asm
(
".global __builtin_saveregs"
);
asm
(
"__builtin_saveregs:"
);
#else
asm
(
".global ___builtin_saveregs"
);
asm
(
"___builtin_saveregs:"
);
#endif
#ifdef NEED_PROC_COMMAND
asm
(
".proc 020"
);
#endif
...
...
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