* 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
This commit is contained in:
Geoffrey Keating 2005-08-03 21:13:12 +00:00 committed by Geoffrey Keating
parent e010344025
commit e81d37df02
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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)