egcs/gcc ChangeLog config/mips/mips.c config/m ...

ghazi@egcs.cygnus.com ghazi@egcs.cygnus.com
Tue Mar 2 07:07:00 GMT 1999


CVSROOT:	/egcs/carton/cvsfiles
Module name:	egcs
Changes by:	ghazi@egcs.cygnus.com	99/03/02 07:07:35

Modified files:
	gcc            : ChangeLog 
	gcc/config/mips: mips.c mips.h mips.md 

Log message:
	* mips.c (abort_with_insn): Make function static, add a prototype,
	constify 2nd parameter and mark with ATTRIBUTE_NORETURN.
	(current_function_file, mips_cpu_string, mips_isa_string,
	mips_abi_string, mips_no_mips16_string, mips_entry_string,
	mips_move_1word, mips_move_2words, output_block_move, load_store,
	override_options, make_temp_file, mips16_fp_args): Qualify a char*
	with the `const' keyword.
	
	* mips.h (current_function_file, mips_cpu_string, mips_isa_string,
	mips_abi_string, mips_entry_string, mips_no_mips16_string,
	mips_move_1word, mips_move_2words, output_block_move): Likewise.
	(abort_with_insn): Remove extern prototype.
	
	* mips.md: Qualify a char* with the `const' keyword.
	Remove many unused variables named `label'.



More information about the Gcc-cvs mailing list