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
c1af0346
Commit
c1af0346
authored
32 years ago
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(is_ctor_dtor): Don't collect cfront init fcns.
From-SVN: r1864
parent
7133bb7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
gcc/collect2.c
+6
-0
No files found.
gcc/collect2.c
View file @
c1af0346
...
...
@@ -379,8 +379,14 @@ is_ctor_dtor (s)
{
"GLOBAL_$I$"
,
sizeof
(
"GLOBAL_$I$"
)
-
1
,
1
,
0
},
{
"GLOBAL_$D$"
,
sizeof
(
"GLOBAL_$I$"
)
-
1
,
2
,
0
},
#endif
#ifdef CFRONT_LOSSAGE
/* Don't collect cfront initialization functions.
cfront has its own linker procedure to collect them;
if collect2 gets them too, they get collected twice
when the cfront procedure is run and the compiler used
for linking happens to be GCC. */
{
"sti__"
,
sizeof
(
"sti__"
)
-
1
,
1
,
1
},
{
"std__"
,
sizeof
(
"std__"
)
-
1
,
2
,
1
},
#endif
/* 0 */
{
NULL
,
0
,
0
,
0
}
};
...
...
This diff is collapsed.
Click to expand it.
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