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
ef4969e0
Commit
ef4969e0
authored
May 17, 1999
by
Marc Espie
Committed by
Jeff Law
May 17, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* collect2.c (main): Fix typo in COLLECT2_HOST_INITIALIZATION.
From-SVN: r26979
parent
2e5eb5c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/collect2.c
+2
-2
No files found.
gcc/ChangeLog
View file @
ef4969e0
Mon
May
17
23
:
50
:
41
1999
Marc
Espie
<
espie
@cvs
.
openbsd
.
org
>
*
collect2
.
c
(
main
)
:
Fix
typo
in
COLLECT2_HOST_INITIALIZATION
.
Mon
May
17
19
:
45
:
41
1999
Rainer
Orth
<
ro
@TechFak
.
Uni
-
Bielefeld
.
DE
>
Mon
May
17
19
:
45
:
41
1999
Rainer
Orth
<
ro
@TechFak
.
Uni
-
Bielefeld
.
DE
>
*
fixinc
/
fixincl
.
c
(
process
)
:
Wait
for
children
from
chain_open
()
*
fixinc
/
fixincl
.
c
(
process
)
:
Wait
for
children
from
chain_open
()
...
...
gcc/collect2.c
View file @
ef4969e0
...
@@ -1011,9 +1011,9 @@ main (argc, argv)
...
@@ -1011,9 +1011,9 @@ main (argc, argv)
int
first_file
;
int
first_file
;
int
num_c_args
=
argc
+
9
;
int
num_c_args
=
argc
+
9
;
#if defined (COLLECT2_HOST_INITIALZATION)
#if defined (COLLECT2_HOST_INITIAL
I
ZATION)
/* Perform system dependant initialization, if neccessary. */
/* Perform system dependant initialization, if neccessary. */
COLLECT2_HOST_INITIALZATION
;
COLLECT2_HOST_INITIAL
I
ZATION
;
#endif
#endif
#ifdef HAVE_LC_MESSAGES
#ifdef HAVE_LC_MESSAGES
...
...
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