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]

egcs/gcc ChangeLog toplev.c Makefile.in diagno ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	gdr@sourceware.cygnus.com	99/12/17 17:45:40

Modified files:
	gcc            : ChangeLog toplev.c Makefile.in 
Added files:
	gcc            : diagnostic.c 

Log message:
	1999-12-18 Gabriel Dos Reis  <gdr@codesourcery.com>
	
	* toplev.c (notice, vmessage, v_message_with_file_and_line,
	v_message_with_decl, file_and_line_for_asm,
	v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
	verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
	v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
	v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
	pfatal_with_name, fatal_io_error, need_error_newline,
	last_error_function, last_error_tick, announce_function,
	default_print_error_function, print_error_function,
	report_error_function, fnotice, error_with_file_and_line,
	error_with_decl, error_for_asm, error, set_fatal_function, fatal,
	_fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
	warning_with_decl, warning_for_asm, warning, pedwarn,
	pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
	diagnostic.c
	(compile_file): Use fnotice instead of notice.  Adjust call.
	
	* diagnostic.c: New file.
	
	* Makefile.in (OBJS): Include diagnostic.o
	(diagnostic.o): Define dependence.


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