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
c2d731c4
Commit
c2d731c4
authored
27 years ago
by
Jason Merrill
Committed by
Jason Merrill
27 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* collect2.c (main): Still handle !do_collecting for non-AIX targets.
From-SVN: r18139
parent
96abf600
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/collect2.c
+1
-2
No files found.
gcc/ChangeLog
View file @
c2d731c4
1998-02-20 Jason Merrill <jason@yorick.cygnus.com>
* collect2.c (main): Still handle !do_collecting for non-AIX targets.
Fri Feb 20 10:39:47 1998 Michael Tiemann <michael@impact.tiemann.org>
* ginclude/va-mips.h (va_arg): Remove trailing space after '\'
...
...
This diff is collapsed.
Click to expand it.
gcc/collect2.c
View file @
c2d731c4
...
...
@@ -1536,7 +1536,7 @@ main (argc, argv)
/* On AIX we do this later. */
#ifndef COLLECT_EXPORT_LIST
do_tlink
(
ld1_argv
,
object_lst
);
#e
lse
#e
ndif
/* If -r or they will be run via some other method, do not build the
constructor or destructor list, just return now. */
...
...
@@ -1549,7 +1549,6 @@ main (argc, argv)
maybe_unlink
(
import_file
);
return
0
;
}
#endif
/* Examine the namelist with nm and search it for static constructors
and destructors to call.
...
...
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