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
3f417959
Commit
3f417959
authored
May 29, 2012
by
Joseph Myers
Committed by
Joseph Myers
May 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lto-plugin.c: Fix typo.
From-SVN: r187982
parent
4ac1dacf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
lto-plugin/ChangeLog
+4
-0
lto-plugin/lto-plugin.c
+1
-1
No files found.
lto-plugin/ChangeLog
View file @
3f417959
2012-05-29 Joseph Myers <joseph@codesourcery.com>
* lto-plugin.c: Fix typo.
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.
* configure: Regenerated.
...
...
lto-plugin/lto-plugin.c
View file @
3f417959
...
@@ -754,7 +754,7 @@ resolve_conflicts (struct plugin_symtab *t, struct plugin_symtab *conflicts)
...
@@ -754,7 +754,7 @@ resolve_conflicts (struct plugin_symtab *t, struct plugin_symtab *conflicts)
conflicts
->
syms
=
xmalloc
(
sizeof
(
struct
ld_plugin_symbol
)
*
outlen
);
conflicts
->
syms
=
xmalloc
(
sizeof
(
struct
ld_plugin_symbol
)
*
outlen
);
conflicts
->
aux
=
xmalloc
(
sizeof
(
struct
sym_aux
)
*
outlen
);
conflicts
->
aux
=
xmalloc
(
sizeof
(
struct
sym_aux
)
*
outlen
);
/* Move all duplicate symbols into the auxil
l
ary conflicts table. */
/* Move all duplicate symbols into the auxil
i
ary conflicts table. */
out
=
0
;
out
=
0
;
for
(
i
=
0
;
i
<
t
->
nsyms
;
i
++
)
for
(
i
=
0
;
i
<
t
->
nsyms
;
i
++
)
{
{
...
...
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