r112327 - in /branches/csl/coldfire-4_1: Change...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Thu Mar 23 17:13:00 GMT 2006
Author: rsandifo
Date: Thu Mar 23 17:13:05 2006
New Revision: 112327
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112327
Log:
* gcc/doc/tm.texi (TARGET_USE_COMDAT_GROUPS): Document.
* gcc/target.h (use_comdat_groups): New hook.
* gcc/crtstuff.c (USE_PT_GNU_EH_FRAME): Don't define if
OBJECT_FORMAT_FLAT.
* gcc/varasm.c (default_function_rodata_section): Test the
use_comdat_groups target hok instead of HAVE_COMDAT_GROUP.
(default_elf_asm_named_section): Likewise.
(default_unique_section): Likewise.
* gcc/target-def.h (TARGET_USE_COMDAT_GROUPS): Define if undefined.
(TARGET_INITIALIZER): Include it.
* gcc/config.gcc (m68k-*-uclinux*): Add flat.h to tm_defines.
Remove t-crtstuff from tmake_file.
* gcc/config/flat.h: New file.
* gcc/config/m68k/t-uclinux (EXTRA_MULTILIB_PARTS): Define.
* gcc/config/m68k/uclinux.h (EH_FRAME_IN_DATA_SECTION): Delete.
Added:
branches/csl/coldfire-4_1/gcc/config/flat.h
Modified:
branches/csl/coldfire-4_1/ChangeLog.csl
branches/csl/coldfire-4_1/gcc/config.gcc
branches/csl/coldfire-4_1/gcc/config/m68k/t-uclinux
branches/csl/coldfire-4_1/gcc/config/m68k/uclinux.h
branches/csl/coldfire-4_1/gcc/crtstuff.c
branches/csl/coldfire-4_1/gcc/doc/tm.texi
branches/csl/coldfire-4_1/gcc/target-def.h
branches/csl/coldfire-4_1/gcc/target.h
branches/csl/coldfire-4_1/gcc/varasm.c
More information about the Gcc-cvs
mailing list