ChangeLog libiberty/
2011-02-28 Kai Tietz <kai.tietz@onevision.com> * filename_cmp.c (filename_ncmp): New function. * functions.texi: Regenerated. ChangeLog include/ 2011-02-28 Kai Tietz <kai.tietz@onevision.com> * filenames.h (filename_ncmp): New prototype. ChangeLog bfd/ 2011-02-28 Kai Tietz <kai.tietz@onevision.com> * archive.c (_bfd_find_nested_archive): Use filename_(n)cmp. (adjust_relative_path): Likewise. (_bfd_construct_extended_name_table): Likewise. * corefile.c (generic_core_file_matches_executable_p): Likewise. * elf32-bfin.c (bfinfdpic_relocate_section): Likewise. * elf32-frv.c (elf32_frv_relocate_section): Likewise. * elf32-spu.c (sort_bfds): Likewise. (spu_elf_auto_overlay): Likewise. * syms.c (_bfd_stab_section_find_nearest_line): Likewise. * xcofflink.c (xcoff_set_import_path): Likewise. * xtensa-isa.c (xtensa_regfile_lookup): Likewise. (xtensa_regfile_lookup_shortname): Likewise.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2011-02-28  Kai Tietz  <kai.tietz@onevision.com> | ||||
|  | ||||
| 	* filenames.h (filename_ncmp): New prototype. | ||||
|  | ||||
| 2011-02-23  Kai Tietz  <kai.tietz@onevision.com> | ||||
|  | ||||
| 	* dwarf2.h (_ELF_DWARF2_H): Renamed to | ||||
|   | ||||
| @@ -73,6 +73,9 @@ extern "C" { | ||||
| extern int filename_cmp (const char *s1, const char *s2); | ||||
| #define FILENAME_CMP(s1, s2)	filename_cmp(s1, s2) | ||||
|  | ||||
| extern int filename_ncmp (const char *s1, const char *s2, | ||||
| 			  size_t n); | ||||
|  | ||||
| #ifdef __cplusplus | ||||
| } | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user