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
6d3a8e3c
Commit
6d3a8e3c
authored
Jun 04, 2003
by
Andreas Jaeger
Committed by
Andreas Jaeger
Jun 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
From-SVN: r67422
parent
a816c981
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
gcc/ChangeLog
+2
-0
gcc/collect2.c
+0
-8
No files found.
gcc/ChangeLog
View file @
6d3a8e3c
2003-06-04 Andreas Jaeger <aj@suse.de>
* collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
* fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
(write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
(recognized_function): Likewise.
...
...
gcc/collect2.c
View file @
6d3a8e3c
...
...
@@ -577,14 +577,6 @@ is_ctor_dtor (s)
{
"GLOBAL__F_"
,
sizeof
(
"GLOBAL__F_"
)
-
1
,
5
,
0
},
{
"GLOBAL__FI_"
,
sizeof
(
"GLOBAL__FI_"
)
-
1
,
3
,
0
},
{
"GLOBAL__FD_"
,
sizeof
(
"GLOBAL__FD_"
)
-
1
,
4
,
0
},
#ifdef CFRONT_LOSSAGE
/* Do not 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
/* CFRONT_LOSSAGE */
{
NULL
,
0
,
0
,
0
}
};
...
...
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