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
3e2a1de2
Commit
3e2a1de2
authored
Feb 11, 2010
by
Olaf Liebe
Browse files
Fixed name mangling for private entities
[r27113]
parent
04bdfdfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/begnuas.c
View file @
3e2a1de2
...
...
@@ -1328,16 +1328,16 @@ static void dump_global(be_gas_decl_env_t *env, const ir_entity *ent)
if
(
be_gas_object_file_format
==
OBJECT_FILE_FORMAT_ELF
&&
be_gas_emit_types
)
{
be_emit_cstring
(
"
\t
.type
\t
"
);
be_emit_
id
ent
(
ld_id
ent
);
be_
gas_
emit_ent
ity
(
ent
);
be_emit_cstring
(
", "
);
be_emit_char
(
be_gas_elf_type_char
);
be_emit_cstring
(
"object
\n\t
.size
\t
"
);
be_emit_
id
ent
(
ld_id
ent
);
be_emit_cstring
(
"object
\n\t
.size
\t
"
);
\
be_
gas_
emit_ent
ity
(
ent
);
be_emit_irprintf
(
", %u
\n
"
,
get_type_size_bytes
(
type
));
}
if
(
get_id_str
(
ld_ident
)[
0
]
!=
'\0'
)
{
be
_emit_
id
ent
(
ld_id
ent
);
be_gas
_emit_ent
ity
(
ent
);
be_emit_cstring
(
":
\n
"
);
be_emit_write_line
();
}
...
...
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