This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r184425 - in /branches/google/gcc-4_6/gcc: Chan...


Author: jingyu
Date: Tue Feb 21 08:45:08 2012
New Revision: 184425

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184425
Log:
Revert r184369 and r184386 for they break LIPO.

2012-02-21   Jing Yu  <jingyu@google.com>

	Revert r184369 and r184386
	* config.gcc (tm_file): Remove initfini-array.h
	* crtstuff.c: Restore generation of .ctors and .dtors
	* output.h (default_elf_init_array_asm_out_constructor): Delete
	(default_elf_fini_array_asm_out_destructor): Likewise.
	* varasm.c (elf_init_array_section): Likewise.
	(elf_fini_array_section): Likewise.
	(get_elf_initfini_array_priority_section): Likewise.
	(default_elf_init_array_asm_out_constructor): Likewise.
	(default_elf_fini_array_asm_out_destructor): Likewise.
	* config/initfini-array.h: Delete


Removed:
    branches/google/gcc-4_6/gcc/config/initfini-array.h
Modified:
    branches/google/gcc-4_6/gcc/ChangeLog.google-4_6
    branches/google/gcc-4_6/gcc/config.gcc
    branches/google/gcc-4_6/gcc/crtstuff.c
    branches/google/gcc-4_6/gcc/output.h
    branches/google/gcc-4_6/gcc/varasm.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]