Kai Tietz
9436925165
re PR debug/28047 (DWARF output_file_names should really understand DOS pathnames)
...
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.
From-SVN: r170570
2011-02-28 19:23:25 +01:00
Joel Brobecker
186c60abb2
filename_cmp.c: Replace include of ctype.h by include of safe-ctype.h.
...
* filename_cmp.c: Replace include of ctype.h by include of
safe-ctype.h.
(filename_cmp): Use TOLOWER instead of tolower for conversions
that are locale-independent.
* Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
From-SVN: r124399
2007-05-03 23:39:35 +00:00
Joel Brobecker
96a94ff460
* filename_cmp.c (filename_cmp): Improve documentation.
...
From-SVN: r123537
2007-04-06 06:00:18 +00:00
Andreas Schwab
320fc205e1
* filename_cmp.c: Include "config.h".
...
From-SVN: r123425
2007-04-02 11:21:23 +00:00
Joel Brobecker
cde515d9f3
filename_cmp.c: New file.
...
* filename_cmp.c: New file.
* Makefile.in (CFILES): Add filename_cmp.c.
(REQUIRED_OFILES): Add filename_cmp.o
(filename_cmp.o): New rule.
* functions.texi: Regenerate.
From-SVN: r123342
2007-03-29 20:55:09 +00:00