r170570 - in /trunk: gcc/ChangeLog gcc/dwarf2ou...
ktietz@gcc.gnu.org
ktietz@gcc.gnu.org
Mon Feb 28 18:23:00 GMT 2011
Author: ktietz
Date: Mon Feb 28 18:23:25 2011
New Revision: 170570
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170570
Log:
2011-02-28 Kai Tietz <kai.tietz@onevision.com>
PR debug/28047
* dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
(lookup_filename): Likewise.
* final.c (remap_debug_filename): Use filename_ncmp instead of
strncmp.
2011-02-28 Kai Tietz <kai.tietz@onevision.com>
* filename_cmp.c (filename_ncmp): New function.
* functions.texi: Regenerated.
2011-02-28 Kai Tietz <kai.tietz@onevision.com>
* filenames.h (filename_ncmp): New prototype.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/dwarf2out.c
trunk/gcc/final.c
trunk/include/ChangeLog
trunk/include/filenames.h
trunk/libiberty/ChangeLog
trunk/libiberty/filename_cmp.c
trunk/libiberty/functions.texi
More information about the Gcc-cvs
mailing list