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]

r117023 - in /branches/csl/sourcerygxx-4_1: Cha...


Author: nathan
Date: Mon Sep 18 11:28:10 2006
New Revision: 117023

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117023
Log:
	gcc/
	* config/m68k/m68k-cores.def: Add CORE_FAMILY setting.  Add
	synonyms for members of a family.
	* config/m68k/m68k-protos.h (m68k_cpp_cpu_ident,
	m68k_cpp_cpu_family): Declare.
	* config/m68k/m68k.c (struct processors): Add family member.
	(all_cores): Adjust.
	(all_architectures, all_tunings): Adjust.
	(current_cpu): New.
	(override_options): Set current_cpu.
	(m68k_cpp_cpu_ident, m68k_cpp_cpu_family): New.
	* config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define cpu's ident
	and family.
	(processor_type, target_cpus): Adjust.
	* doc/invoke.texi (M680x0 Options): Document new cpus.  Document
	new #defines.

Modified:
    branches/csl/sourcerygxx-4_1/ChangeLog.csl
    branches/csl/sourcerygxx-4_1/gcc/config/m68k/m68k-cores.def
    branches/csl/sourcerygxx-4_1/gcc/config/m68k/m68k-protos.h
    branches/csl/sourcerygxx-4_1/gcc/config/m68k/m68k.c
    branches/csl/sourcerygxx-4_1/gcc/config/m68k/m68k.h
    branches/csl/sourcerygxx-4_1/gcc/doc/invoke.texi


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