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
eb5fa773
Commit
eb5fa773
authored
May 29, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
May 29, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* varasm.c (globalize_decl): Fix indentation.
From-SVN: r114203
parent
a6719dc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
gcc/ChangeLog
+4
-0
gcc/varasm.c
+10
-10
No files found.
gcc/ChangeLog
View file @
eb5fa773
2006
-
05
-
29
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
*
varasm
.
c
(
globalize_decl
)
:
Fix
indentation
.
2006
-
05
-
29
Diego
Novillo
<
dnovillo
@redhat
.
com
>
PR
26242
...
...
gcc/varasm.c
View file @
eb5fa773
...
...
@@ -4743,16 +4743,16 @@ globalize_decl (tree decl)
p
=
&
TREE_CHAIN
(
t
);
}
/* Remove weakrefs to the same target from the pending weakref
list, for the same reason. */
for
(
p
=
&
weakref_targets
;
(
t
=
*
p
)
;
)
{
if
(
DECL_ASSEMBLER_NAME
(
decl
)
==
ultimate_transparent_alias_target
(
&
TREE_VALUE
(
t
)))
*
p
=
TREE_CHAIN
(
t
);
else
p
=
&
TREE_CHAIN
(
t
);
}
/* Remove weakrefs to the same target from the pending weakref
list, for the same reason. */
for
(
p
=
&
weakref_targets
;
(
t
=
*
p
)
;
)
{
if
(
DECL_ASSEMBLER_NAME
(
decl
)
==
ultimate_transparent_alias_target
(
&
TREE_VALUE
(
t
)))
*
p
=
TREE_CHAIN
(
t
);
else
p
=
&
TREE_CHAIN
(
t
);
}
return
;
}
...
...
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