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
62452fd9
Commit
62452fd9
authored
Mar 16, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r498
parent
af35aeb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
gcc/crtstuff.c
+10
-0
No files found.
gcc/crtstuff.c
View file @
62452fd9
...
@@ -74,6 +74,16 @@ static void force_to_text () { }
...
@@ -74,6 +74,16 @@ static void force_to_text () { }
asm
(
INIT_SECTION_ASM_OP
);
/* cc1 doesn't know that we are switching! */
asm
(
INIT_SECTION_ASM_OP
);
/* cc1 doesn't know that we are switching! */
/* On some svr4 systems, the .init section preamble code provided in
crti.o may do some evil things which we have to undo before we reach
the function prologue code for __do_global_ctors (directly below).
For such systems, define the macro INIT_SECTION_PREAMBLE to
expand into the code needed to undo the actions of the crti.o file. */
#ifdef INIT_SECTION_PREAMBLE
INIT_SECTION_PREAMBLE
;
#endif
/* A routine to invoke all of the global constructors upon entry to the
/* A routine to invoke all of the global constructors upon entry to the
program. We put this into the .init section (for systems that have
program. We put this into the .init section (for systems that have
such a thing) so that we can properly perform the construction of
such a thing) so that we can properly perform the construction of
...
...
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