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
24e4939e
Commit
24e4939e
authored
Feb 27, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment fix.
From-SVN: r3564
parent
0756f25f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/config/i860/sysv4.h
+1
-1
gcc/libgcc2.c
+2
-2
No files found.
gcc/config/i860/sysv4.h
View file @
24e4939e
...
...
@@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_VERSION fprintf (stderr, " (i860 System V Release 4)");
/* Provide a set of pre-definitions and pre-assertions appropriate for
the i860 running svr4. Note that the symbol `__
SVR
4__' MUST BE
the i860 running svr4. Note that the symbol `__
svr
4__' MUST BE
DEFINED! It is needed so that the va_list struct in va-i860.h
will get correctly defined for the svr4 (ABI compliant) case rather
than for the previous (svr3, svr2, ...) case. It also needs to be
...
...
gcc/libgcc2.c
View file @
24e4939e
...
...
@@ -1097,7 +1097,7 @@ asm ("___builtin_saveregs:");
asm
(
" bri %r1"
);
/* delayed return */
asm
(
" st.l %r28,12(%r16)"
);
/* pointer to overflow args */
#else
/* not __
SVR
4__ */
#else
/* not __
svr
4__ */
asm
(
" .text"
);
asm
(
" .align 4"
);
...
...
@@ -1135,7 +1135,7 @@ asm ("___builtin_saveregs:");
asm
(
" mov r30,sp"
);
/* recover stack and pass address to start
of data. */
#endif
/* not __
SVR
4__ */
#endif
/* not __
svr
4__ */
#else
/* not __i860__ */
#ifdef __sparc__
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