• ktietz's avatar
    2011-03-25 Kai Tietz <ktietz@redhat.com> · bb7824b5
    ktietz authored
    	* files.c (file_hash_eq): Use filename_cmp
    	instead of strcmp.
    	(nonexistent_file_hash_eq): Likewise.
    	(remap_filename): Likewise.
    	Handle absolute DOS-path,
    	(append_file_to_dir): Check for IS_DIR_SEPARATOR
    	instead of slash.
    	(read_name_map): Likewise.
    	* linemap.c (linemap_add): Use filename_cmp
    	instead of strcmp.
    	* mkdeps.c (apply_vpath): Use filename_ncmp
    	instead of strncmp.
    	(deps_restore): Use filename_cmp instead of
    	strcmp.
    	* init.c (read_original_directory): Use
    	IS_DIR_SEPARATOR instead of checking for slash.
    
    
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171521 138bc75d-0d04-0410-961f-82ee72b054a4
    bb7824b5
mkdeps.c 9.79 KB