r159969 - in /trunk/gcc: ChangeLog final.c fort...

jsm28@gcc.gnu.org jsm28@gcc.gnu.org
Fri May 28 13:03:00 GMT 2010


Author: jsm28
Date: Fri May 28 13:03:31 2010
New Revision: 159969

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159969
Log:
	* final.c (rest_of_clean_state): Use %m in errors instead of
	strerror (errno).
	* gengtype.c (read_input_list, close_output_files): Use xstrerror
	instead of strerror.
	* toplev.c (process_options): Use %m in errors instead of strerror
	(errno).
	* tree-dump.c (dump_begin): Use %m in errors instead of strerror
	(errno).

fortran:
	* cpp.c (gfc_cpp_init_0): Use xstrerror instead of strerror.
	* module.c (write_char, gfc_dump_module, gfc_use_module): Use
	xstrerror instead of strerror.

lto:
	* lto-coff.c (coff_errmsg): Remove.
	(lto_coff_begin_section_with_type, lto_obj_append_data): Use %m in
	errors instead of coff_errmsg (-1).
	* lto-macho.c (mach_o_errmsg): Remove.
	(lto_obj_begin_section, lto_obj_append_data): Use %m in errors
	instead of mach_o_errmsg (-1).
	* lto.c (read_cgraph_and_symbols): Use %m in errors instead of
	xstrerror (errno).

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/final.c
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/cpp.c
    trunk/gcc/fortran/module.c
    trunk/gcc/gengtype.c
    trunk/gcc/lto/ChangeLog
    trunk/gcc/lto/lto-coff.c
    trunk/gcc/lto/lto-macho.c
    trunk/gcc/lto/lto.c
    trunk/gcc/toplev.c
    trunk/gcc/tree-dump.c



More information about the Gcc-cvs mailing list