binutils/ChangeLog: * dwarf.c (display_debug_lines_raw): Replace const_strneq with startswith. (display_debug_lines_decoded): Likewise. (display_debug_links): Likewise. * elfcomm.c (setup_archive): Likewise. * elfcomm.h (const_strneq): Likewise. * readelf.c (process_section_headers): Likewise. (slurp_ia64_unwind_table): Likewise. (slurp_hppa_unwind_table): Likewise. (decode_arm_unwind): Likewise. (display_debug_section): Likewise. (process_note): Likewise. --- binutils/dwarf.c | 8 ++-- binutils/elfcomm.c | 7 ++-- binutils/elfcomm.h | 1 - binutils/readelf.c | 102 ++++++++++++++++++++++----------------------- 4 files changed, 59 insertions(+), 59 deletions(-)