Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
97101fd6
Commit
97101fd6
authored
Mar 01, 2007
by
Matthias Braun
Browse files
fix output of static variables after .comm change
parent
acd93680
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_gen_decls.c
View file @
97101fd6
...
...
@@ -533,7 +533,7 @@ static void dump_global(ia32_decl_env_t *env, ir_entity *ent, int emit_commons)
}
else
if
(
variability
==
variability_uninitialized
)
{
/* uninitialized entity put it in bss segment */
obst
=
env
->
bss_obst
;
if
(
emit_commons
)
if
(
emit_commons
&&
visibility
!=
visibility_local
)
emit_as_common
=
1
;
}
...
...
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