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
2979bcca
Commit
2979bcca
authored
Nov 28, 2005
by
Alexandre Oliva
Committed by
Alexandre Oliva
Nov 28, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* varasm.c (ultimate_transparent_alias_target): Add comment.
From-SVN: r107611
parent
1ac221f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/ChangeLog
+4
-0
gcc/varasm.c
+8
-0
No files found.
gcc/ChangeLog
View file @
2979bcca
2005
-
11
-
28
Alexandre
Oliva
<
aoliva
@redhat
.
com
>
*
varasm
.
c
(
ultimate_transparent_alias_target
)
:
Add
comment
.
2005
-
11
-
28
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
2005
-
11
-
28
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
*
config
/
m68k
/
m68k
.
c
(
notice_update_cc
)
:
Use
SET_DEST
and
*
config
/
m68k
/
m68k
.
c
(
notice_update_cc
)
:
Use
SET_DEST
and
...
...
gcc/varasm.c
View file @
2979bcca
...
@@ -1996,6 +1996,14 @@ mark_decl_referenced (tree decl)
...
@@ -1996,6 +1996,14 @@ mark_decl_referenced (tree decl)
which do not need to be marked. */
which do not need to be marked. */
}
}
/* Follow the IDENTIFIER_TRANSPARENT_ALIAS chain starting at *ALIAS
until we find an identifier that is not itself a transparent alias.
Modify the alias passed to it by reference (and all aliases on the
way to the ultimate target), such that they do not have to be
followed again, and return the ultimate target of the alias
chain. */
static
inline
tree
static
inline
tree
ultimate_transparent_alias_target
(
tree
*
alias
)
ultimate_transparent_alias_target
(
tree
*
alias
)
{
{
...
...
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