------- Comment #1 from rguenth at gcc dot gnu dot org 2009-09-29 12:56 ------- Subject: Bug 41467
Author: rguenth Date: Tue Sep 29 12:56:29 2009 New Revision: 152274 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152274 Log: 2009-09-29 Richard Guenther <rguent...@suse.de> PR lto/41467 * lto-symtab.c (lto_symtab_compatible): Fix typos. PR lto/40392 * langhooks.c (lhd_begin_section): Do not align the section. * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Handle LTO. PR lto/40754 * lto-elf.c (init_shdr##BITS): Properly specify alignment in bytes. (first_data_block): New static variable. (lto_elf_append_data): Align the first data block in each section. * lib/torture-options.exp: Do not append an empty option. Modified: branches/lto/gcc/ChangeLog.lto branches/lto/gcc/config/rs6000/rs6000.c branches/lto/gcc/langhooks.c branches/lto/gcc/lto-symtab.c branches/lto/gcc/lto/ChangeLog branches/lto/gcc/lto/lto-elf.c branches/lto/gcc/testsuite/ChangeLog.lto branches/lto/gcc/testsuite/lib/torture-options.exp -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41467