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
135461d9
Commit
135461d9
authored
Mar 07, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r408
parent
dc17e9e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/config/i386/sco.h
+4
-0
gcc/libgcc2.c
+2
-1
No files found.
gcc/config/i386/sco.h
View file @
135461d9
...
...
@@ -25,6 +25,10 @@
#define CPP_SPEC "%{scointl:-DM_INTERNAT}"
/* Use atexit for static destructors, instead of defining
our own exit function. */
#define HAVE_ATEXIT
#if 0 /* Not yet certain whether this is needed. */
/* If no 387, use the general regs to return floating values,
since this system does not emulate the 80387. */
...
...
gcc/libgcc2.c
View file @
135461d9
...
...
@@ -1254,7 +1254,7 @@ __do_global_dtors ()
#ifndef INIT_SECTION_ASM_OP
/* Run all the global constructors on entry to the program. */
#ifndef ON_EXIT
/* DO_GLOBAL_CTORS_BODY uses ON_EXIT */
#ifndef ON_EXIT
#define ON_EXIT(a, b)
#else
/* Make sure the exit routine is pulled in to define the globals as
...
...
@@ -1269,6 +1269,7 @@ void
__do_global_ctors
()
{
DO_GLOBAL_CTORS_BODY
;
ON_EXIT
(
__do_global_dtors
,
0
);
}
/* Subroutine called automatically by `main'.
...
...
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