http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28047
--- Comment #1 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-02-28 18:23:29 UTC --- 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.ti...@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.ti...@onevision.com> * filename_cmp.c (filename_ncmp): New function. * functions.texi: Regenerated. 2011-02-28 Kai Tietz <kai.ti...@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