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]

r112486 - in /branches/csl/coldfire-4_1: Change...


Author: nathan
Date: Wed Mar 29 07:00:51 2006
New Revision: 112486

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112486
Log:
	* gcc/gcc.c (do_spec_1): <case '*'> Don't append space here.
	(process_marked_switches): Put a space between each marked switch.
	(process_brace_body): Put a space between each live switch.
	(give_switch): Don't append space here.
	* gcc/config/m68k/m68kemb.h (LIB_SPEC): Add BSP lib and linker
	script here.  Group with LIBGCC spec.
	* gcc/config/m68k/m68k.opt (mboard, mbsp): New switches.
	* gcc/config/m68k/m68020-elf.h (LIB_SPEC): Do not define here.
	* gcc/doc/invoke.texi (M680x0 Options): Document new switches.

Modified:
    branches/csl/coldfire-4_1/ChangeLog.csl
    branches/csl/coldfire-4_1/gcc/config/m68k/m68020-elf.h
    branches/csl/coldfire-4_1/gcc/config/m68k/m68k.opt
    branches/csl/coldfire-4_1/gcc/config/m68k/m68kemb.h
    branches/csl/coldfire-4_1/gcc/doc/invoke.texi
    branches/csl/coldfire-4_1/gcc/gcc.c


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