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
88ac60d3
Commit
88ac60d3
authored
Jun 07, 2013
by
Jan Hubicka
Committed by
Jan Hubicka
Jun 07, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* symtab.c (symtab_resolve_alias): Do not remove alias attribute.
From-SVN: r199835
parent
4cdce1a8
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 @
88ac60d3
2013-06-07 Jan Hubicka <jh@suse.cz>
* symtab.c (symtab_resolve_alias): Do not remove alias attribute.
2013-06-07 David Malcolm <dmalcolm@redhat.com>
2013-06-07 David Malcolm <dmalcolm@redhat.com>
* tree-object-size.c (unknown): Make const.
* tree-object-size.c (unknown): Make const.
...
...
gcc/symtab.c
View file @
88ac60d3
...
@@ -978,8 +978,6 @@ symtab_resolve_alias (symtab_node node, symtab_node target)
...
@@ -978,8 +978,6 @@ symtab_resolve_alias (symtab_node node, symtab_node target)
We do not want to keep it around or we would have to mind updating them
We do not want to keep it around or we would have to mind updating them
when renaming symbols. */
when renaming symbols. */
node
->
symbol
.
alias_target
=
NULL
;
node
->
symbol
.
alias_target
=
NULL
;
DECL_ATTRIBUTES
(
node
->
symbol
.
decl
)
=
remove_attribute
(
"alias"
,
DECL_ATTRIBUTES
(
node
->
symbol
.
decl
));
if
(
node
->
symbol
.
cpp_implicit_alias
&&
cgraph_state
>=
CGRAPH_STATE_CONSTRUCTION
)
if
(
node
->
symbol
.
cpp_implicit_alias
&&
cgraph_state
>=
CGRAPH_STATE_CONSTRUCTION
)
fixup_same_cpp_alias_visibility
(
node
,
target
);
fixup_same_cpp_alias_visibility
(
node
,
target
);
...
...
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