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
ba4141f4
Commit
ba4141f4
authored
14 years ago
by
Andi Kleen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lto-plugin.c (translate): Remove debug fprintf.
* lto-plugin.c (translate): Remove debug fprintf. From-SVN: r162630
parent
3abd6c1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lto-plugin/lto-plugin.c
+0
-2
No files found.
lto-plugin/lto-plugin.c
View file @
ba4141f4
...
...
@@ -212,8 +212,6 @@ translate (Elf_Data *symtab, struct plugin_symtab *out)
data
=
parse_table_entry
(
data
,
&
syms
[
n
],
&
aux
[
n
]);
}
fprintf
(
stderr
,
"n = %d len = %d end-data=%lu
\n
"
,
n
,
len
,
(
unsigned
long
)
(
end
-
data
));
assert
(
n
<
len
);
out
->
nsyms
=
n
;
...
...
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