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
d72ff618
Commit
d72ff618
authored
Oct 08, 2009
by
Rainer Orth
Committed by
Rainer Orth
Oct 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* collect2.c (add_lto_object): Only define if OBJECT_FORMAT_NONE.
From-SVN: r152557
parent
b820a2f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/collect2.c
+3
-0
No files found.
gcc/ChangeLog
View file @
d72ff618
2009
-
10
-
08
Rainer
Orth
<
ro
@
CeBiTec
.
Uni
-
Bielefeld
.
DE
>
*
collect2
.
c
(
add_lto_object
):
Only
define
if
OBJECT_FORMAT_NONE
.
2009
-
10
-
08
Jan
Hubicka
<
jh
@
suse
.
cz
>
PR
bootstrap
/
41620
gcc/collect2.c
View file @
d72ff618
...
...
@@ -853,6 +853,8 @@ prefix_from_string (const char *p, struct path_prefix *pprefix)
free
(
nstore
);
}
#ifdef OBJECT_FORMAT_NONE
/* Add an entry for the object file NAME to object file list LIST.
New entries are added at the end of the list. The original pointer
value of NAME is preserved, i.e., no string copy is performed. */
...
...
@@ -871,6 +873,7 @@ add_lto_object (struct lto_object_list *list, const char *name)
list
->
last
=
n
;
}
#endif
/* OBJECT_FORMAT_NONE */
/* Perform a link-time recompilation and relink if any of the object
...
...
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