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
efb496b5
Commit
efb496b5
authored
Apr 20, 2012
by
Jan Hubicka
Committed by
Jan Hubicka
Apr 20, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* symtab.c (dump_symtab_base): Revert accidental checkin.
From-SVN: r186619
parent
aa5889c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/symtab.c
+0
-2
No files found.
gcc/ChangeLog
View file @
efb496b5
2012-04-19 Jan Hubicka <jh@suse.cz>
* symtab.c (dump_symtab_base): Revert accidental checkin.
2012-04-20 Alan Modra <amodra@gmail.com>
PR target/53040
...
...
gcc/symtab.c
View file @
efb496b5
...
...
@@ -378,8 +378,6 @@ dump_symtab_base (FILE *f, symtab_node node)
fprintf
(
f
,
" in_other_partition"
);
if
(
node
->
symbol
.
used_from_other_partition
)
fprintf
(
f
,
" used_from_other_partition"
);
if
(
node
->
symbol
.
force_output
)
fprintf
(
f
,
" force_output"
);
if
(
node
->
symbol
.
resolution
!=
LDPR_UNKNOWN
)
fprintf
(
f
,
" %s"
,
ld_plugin_symbol_resolution_names
[(
int
)
node
->
symbol
.
resolution
]);
...
...
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