Commit e81d37df by Geoffrey Keating Committed by Geoffrey Keating

* config/i386/i386.c (x86_elf_aligned_common)

	(x86_output_aligned_bss): Don't try to use symbols that aren't defined.

From-SVN: r102711
parent e0103440
2005-08-03 Geoffrey Keating <geoffk@apple.com>
* config/i386/i386.c (x86_elf_aligned_common)
(x86_output_aligned_bss): Don't try to use symbols that aren't defined.
2005-08-03 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/23157
......
......@@ -1789,6 +1789,7 @@ x86_64_elf_unique_section (tree decl, int reloc)
default_unique_section (decl, reloc);
}
#ifdef COMMON_ASM_OP
/* This says how to output assembler code to declare an
uninitialized external linkage data object.
......@@ -1832,6 +1833,7 @@ x86_output_aligned_bss (FILE *file, tree decl ATTRIBUTE_UNUSED,
#endif /* ASM_DECLARE_OBJECT_NAME */
ASM_OUTPUT_SKIP (file, size ? size : 1);
}
#endif
void
optimization_options (int level, int size ATTRIBUTE_UNUSED)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment