forked from Imagelibrary/binutils-gdb
Add startswith function and use it instead of CONST_STRNEQ.
bfd/ChangeLog: * bfd-in.h (startswith): Add startswith function. (CONST_STRNEQ): Remove. * bfd-in2.h (startswith): Regenerate with make headers. * archive.c (bfd_slurp_armap): Replace usage of CONST_STRNEQ with startswith. (_bfd_slurp_extended_name_table): Likewise. * archive64.c (_bfd_archive_64_bit_slurp_armap): Likewise. * bfd.c (bfd_get_sign_extend_vma): Likewise. (bfd_convert_section_size): Likewise. (bfd_convert_section_contents): Likewise. * coff-stgo32.c (go32exe_create_stub): Likewise. (go32exe_check_format): Likewise. * coffcode.h (styp_to_sec_flags): Likewise. (GNU_DEBUGALTLINK): Likewise. * coffgen.c (_bfd_coff_section_already_linked): Likewise. (coff_gc_sweep): Likewise. (bfd_coff_gc_sections): Likewise. * cofflink.c (coff_link_add_symbols): Likewise. (process_embedded_commands): Likewise. * compress.c (bfd_is_section_compressed_with_header): Likewise. (bfd_init_section_decompress_status): Likewise. * dwarf2.c (find_debug_info): Likewise. (place_sections): Likewise. * ecoff.c (_bfd_ecoff_slurp_armap): Likewise. * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Likewise. * elf.c (_bfd_elf_make_section_from_shdr): Likewise. (assign_section_numbers): Likewise. (elfcore_grok_win32pstatus): Likewise. * elf32-arm.c (cmse_scan): Likewise. (elf32_arm_gc_mark_extra_sections): Likewise. (elf32_arm_size_dynamic_sections): Likewise. (is_arm_elf_unwind_section_name): Likewise. * elf32-bfin.c (bfin_size_dynamic_sections): Likewise. * elf32-cr16.c (_bfd_cr16_elf_size_dynamic_sections): Likewise. * elf32-cris.c (elf_cris_size_dynamic_sections): Likewise. * elf32-csky.c (csky_elf_size_dynamic_sections): Likewise. * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise. * elf32-iq2000.c (iq2000_elf_check_relocs): Likewise. * elf32-lm32.c (lm32_elf_size_dynamic_sections): Likewise. * elf32-m32r.c (m32r_elf_size_dynamic_sections): Likewise. * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise. * elf32-metag.c (elf_metag_size_dynamic_sections): Likewise. * elf32-msp430.c (msp430_elf_relax_delete_bytes): Likewise. * elf32-nios2.c (nios2_elf32_size_dynamic_sections): Likewise. * elf32-or1k.c (or1k_elf_size_dynamic_sections): Likewise. * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise. * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise. * elf32-score.c (s3_bfd_score_elf_size_dynamic_sections): Likewise. * elf32-score7.c (s7_bfd_score_elf_size_dynamic_sections): Likewise. * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise. * elf32-tic6x.c (is_tic6x_elf_unwind_section_name): Likewise. (elf32_tic6x_size_dynamic_sections): Likewise. * elf32-vax.c (elf_vax_size_dynamic_sections): Likewise. * elf32-xtensa.c (elf_xtensa_size_dynamic_sections): Likewise. (xtensa_is_insntable_section): Likewise. (xtensa_is_littable_section): Likewise. (xtensa_is_proptable_section): Likewise. (xtensa_property_section_name): Likewise. (xtensa_callback_required_dependence): Likewise. * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise. * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise. * elf64-ia64-vms.c (is_unwind_section_name): Likewise. (get_reloc_section): Likewise. (elf64_ia64_size_dynamic_sections): Likewise. (elf64_ia64_object_p): Likewise. * elf64-mmix.c (mmix_elf_add_symbol_hook): Likewise. * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Likewise. * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise. * elflink.c (elf_link_add_object_symbols): Likewise. (_bfd_elf_gc_mark_extra_sections): Likewise. (bfd_elf_parse_eh_frame_entries): Likewise. (_bfd_elf_section_already_linked): Likewise. * elfnn-aarch64.c (elfNN_aarch64_size_dynamic_sections): Likewise. * elfnn-ia64.c (is_unwind_section_name): Likewise. (elfNN_ia64_size_dynamic_sections): Likewise. (elfNN_ia64_object_p): Likewise. * elfxx-mips.c (FN_STUB_P): Likewise. (CALL_STUB_P): Likewise. (CALL_FP_STUB_P): Likewise. (_bfd_mips_elf_section_from_shdr): Likewise. (_bfd_mips_elf_fake_sections): Likewise. (_bfd_mips_elf_size_dynamic_sections): Likewise. (_bfd_mips_final_write_processing): Likewise. (_bfd_mips_elf_final_link): Likewise. * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Likewise. * elfxx-x86.c (elf_i386_is_reloc_section): Likewise. (elf_x86_64_is_reloc_section): Likewise. * hpux-core.c (thread_section_p): Likewise. * libcoff.h (bfd_pei_p): Likewise. * linker.c (REAL): Likewise. (unwrap_hash_lookup): Likewise. (_bfd_generic_link_add_one_symbol): Likewise. * mmo.c (mmo_internal_write_section): Likewise. * osf-core.c (osf_core_core_file_p): Likewise. * pef.c (bfd_pef_print_symbol): Likewise. * pei-x86_64.c (pex64_print_all_pdata_sections): Likewise. * som.c (som_slurp_symbol_table): Likewise. (som_slurp_armap): Likewise. * wasm-module.c (wasm_compute_custom_section_file_position): Likewise. binutils/ChangeLog: * dlltool.c (scan_drectve_symbols): Replace usage of CONST_STRNEQ with startswith. * emul_aix.c (ar_emul_aix_parse_arg): Likewise. * objcopy.c (is_mergeable_note_section): Likewise. * objdump.c (dump_dwarf_section): Likewise. * prdbg.c (pr_method_type): Likewise. (pr_class_baseclass): Likewise. (tg_class_baseclass): Likewise. * readelf.c (process_lto_symbol_tables): Likewise. * stabs.c (ULLHIGH): Likewise. (parse_stab_argtypes): Likewise. (stab_demangle_function_name): Likewise. gas/ChangeLog: * config/tc-i386.c (md_parse_option): Replace usage of CONST_STRNEQ with startswith. (x86_64_section_word): Likewise. * config/tc-sparc.c (md_parse_option): Likewise. gdb/ChangeLog: * arm-tdep.c (show_disassembly_style_sfunc): Replace usage of CONST_STRNEQ with startswith. (_initialize_arm_tdep): Likewise. ld/ChangeLog: * emultempl/aix.em: Replace usage of CONST_STRNEQ with startswith. * emultempl/beos.em: Likewise. * emultempl/elf.em: Likewise. * emultempl/pe.em: Likewise. * emultempl/pep.em: Likewise. * emultempl/xtensaelf.em: Likewise. * ldctor.c (ctor_prio): Likewise. * ldelf.c (ldelf_try_needed): Likewise. (ldelf_parse_ld_so_conf): Likewise. (ldelf_after_open): Likewise. (output_rel_find): Likewise. (ldelf_place_orphan): Likewise. * ldfile.c (ldfile_add_library_path): Likewise. * ldlang.c (lang_add_input_file): Likewise. * ldmain.c (get_sysroot): Likewise. (get_emulation): Likewise. (add_archive_element): Likewise. * ldwrite.c (unsplittable_name): Likewise. (clone_section): Likewise. * lexsup.c (parse_args): Likewise. * pe-dll.c (is_import): Likewise. (pe_implied_import_dll): Likewise. opcodes/ChangeLog: * aarch64-dis.c (parse_aarch64_dis_option): Replace usage of CONST_STRNEQ with startswith. * arc-dis.c (parse_option): Likewise. * arm-dis.c (parse_arm_disassembler_options): Likewise. * cris-dis.c (print_with_operands): Likewise. * h8300-dis.c (bfd_h8_disassemble): Likewise. * i386-dis.c (print_insn): Likewise. * ia64-gen.c (fetch_insn_class): Likewise. (parse_resource_users): Likewise. (in_iclass): Likewise. (lookup_specifier): Likewise. (insert_opcode_dependencies): Likewise. * mips-dis.c (parse_mips_ase_option): Likewise. (parse_mips_dis_option): Likewise. * s390-dis.c (disassemble_init_s390): Likewise. * wasm32-dis.c (parse_wasm32_disassembler_options): Likewise.
This commit is contained in:
@@ -467,7 +467,7 @@ fetch_insn_class (const char *full_name, int create)
|
||||
int ind;
|
||||
int is_class = 0;
|
||||
|
||||
if (CONST_STRNEQ (full_name, "IC:"))
|
||||
if (startswith (full_name, "IC:"))
|
||||
{
|
||||
name = xstrdup (full_name + 3);
|
||||
is_class = 1;
|
||||
@@ -746,7 +746,7 @@ parse_resource_users (const char *ref, int **usersp, int *nusersp,
|
||||
are read. Only create new classes if it's *not* an insn class,
|
||||
or if it's a composite class (which wouldn't necessarily be in the IC
|
||||
table). */
|
||||
if (! CONST_STRNEQ (name, "IC:") || xsect != NULL)
|
||||
if (! startswith (name, "IC:") || xsect != NULL)
|
||||
create = 1;
|
||||
|
||||
iclass = fetch_insn_class (name, create);
|
||||
@@ -1039,7 +1039,7 @@ in_iclass (struct ia64_opcode *idesc, struct iclass *ic,
|
||||
|
||||
if (ic->comment)
|
||||
{
|
||||
if (CONST_STRNEQ (ic->comment, "Format"))
|
||||
if (startswith (ic->comment, "Format"))
|
||||
{
|
||||
/* Assume that the first format seen is the most restrictive, and
|
||||
only keep a later one if it looks like it's more restrictive. */
|
||||
@@ -1055,7 +1055,7 @@ in_iclass (struct ia64_opcode *idesc, struct iclass *ic,
|
||||
else
|
||||
format = ic->comment;
|
||||
}
|
||||
else if (CONST_STRNEQ (ic->comment, "Field"))
|
||||
else if (startswith (ic->comment, "Field"))
|
||||
{
|
||||
if (field)
|
||||
warn (_("overlapping field %s->%s\n"),
|
||||
@@ -1069,7 +1069,7 @@ in_iclass (struct ia64_opcode *idesc, struct iclass *ic,
|
||||
instructions. */
|
||||
if (ic->nsubs == 0 && ic->nxsubs == 0)
|
||||
{
|
||||
int is_mov = CONST_STRNEQ (idesc->name, "mov");
|
||||
int is_mov = startswith (idesc->name, "mov");
|
||||
int plain_mov = strcmp (idesc->name, "mov") == 0;
|
||||
int len = strlen(ic->name);
|
||||
|
||||
@@ -1128,32 +1128,32 @@ in_iclass (struct ia64_opcode *idesc, struct iclass *ic,
|
||||
|
||||
if (resolved && format)
|
||||
{
|
||||
if (CONST_STRNEQ (idesc->name, "dep")
|
||||
if (startswith (idesc->name, "dep")
|
||||
&& strstr (format, "I13") != NULL)
|
||||
resolved = idesc->operands[1] == IA64_OPND_IMM8;
|
||||
else if (CONST_STRNEQ (idesc->name, "chk")
|
||||
else if (startswith (idesc->name, "chk")
|
||||
&& strstr (format, "M21") != NULL)
|
||||
resolved = idesc->operands[0] == IA64_OPND_F2;
|
||||
else if (CONST_STRNEQ (idesc->name, "lfetch"))
|
||||
else if (startswith (idesc->name, "lfetch"))
|
||||
resolved = (strstr (format, "M14 M15") != NULL
|
||||
&& (idesc->operands[1] == IA64_OPND_R2
|
||||
|| idesc->operands[1] == IA64_OPND_IMM9b));
|
||||
else if (CONST_STRNEQ (idesc->name, "br.call")
|
||||
else if (startswith (idesc->name, "br.call")
|
||||
&& strstr (format, "B5") != NULL)
|
||||
resolved = idesc->operands[1] == IA64_OPND_B2;
|
||||
else if (CONST_STRNEQ (idesc->name, "br.call")
|
||||
else if (startswith (idesc->name, "br.call")
|
||||
&& strstr (format, "B3") != NULL)
|
||||
resolved = idesc->operands[1] == IA64_OPND_TGT25c;
|
||||
else if (CONST_STRNEQ (idesc->name, "brp")
|
||||
else if (startswith (idesc->name, "brp")
|
||||
&& strstr (format, "B7") != NULL)
|
||||
resolved = idesc->operands[0] == IA64_OPND_B2;
|
||||
else if (strcmp (ic->name, "invala") == 0)
|
||||
resolved = strcmp (idesc->name, ic->name) == 0;
|
||||
else if (CONST_STRNEQ (idesc->name, "st")
|
||||
else if (startswith (idesc->name, "st")
|
||||
&& (strstr (format, "M5") != NULL
|
||||
|| strstr (format, "M10") != NULL))
|
||||
resolved = idesc->flags & IA64_OPCODE_POSTINC;
|
||||
else if (CONST_STRNEQ (idesc->name, "ld")
|
||||
else if (startswith (idesc->name, "ld")
|
||||
&& (strstr (format, "M2 M3") != NULL
|
||||
|| strstr (format, "M12") != NULL
|
||||
|| strstr (format, "M7 M8") != NULL))
|
||||
@@ -1166,7 +1166,7 @@ in_iclass (struct ia64_opcode *idesc, struct iclass *ic,
|
||||
plain brl matches brl.cond. */
|
||||
if (!resolved
|
||||
&& (strcmp (idesc->name, "brl") == 0
|
||||
|| CONST_STRNEQ (idesc->name, "brl."))
|
||||
|| startswith (idesc->name, "brl."))
|
||||
&& strcmp (ic->name, "brl.cond") == 0)
|
||||
{
|
||||
resolved = 1;
|
||||
@@ -1175,7 +1175,7 @@ in_iclass (struct ia64_opcode *idesc, struct iclass *ic,
|
||||
/* Misc br variations ('.cond' is optional). */
|
||||
if (!resolved
|
||||
&& (strcmp (idesc->name, "br") == 0
|
||||
|| CONST_STRNEQ (idesc->name, "br."))
|
||||
|| startswith (idesc->name, "br."))
|
||||
&& strcmp (ic->name, "br.cond") == 0)
|
||||
{
|
||||
if (format)
|
||||
@@ -1188,7 +1188,7 @@ in_iclass (struct ia64_opcode *idesc, struct iclass *ic,
|
||||
}
|
||||
|
||||
/* probe variations. */
|
||||
if (!resolved && CONST_STRNEQ (idesc->name, "probe"))
|
||||
if (!resolved && startswith (idesc->name, "probe"))
|
||||
{
|
||||
resolved = strcmp (ic->name, "probe") == 0
|
||||
&& !((strstr (idesc->name, "fault") != NULL)
|
||||
@@ -1222,7 +1222,7 @@ in_iclass (struct ia64_opcode *idesc, struct iclass *ic,
|
||||
}
|
||||
|
||||
/* Some variants of mov and mov.[im]. */
|
||||
if (!resolved && CONST_STRNEQ (ic->name, "mov_"))
|
||||
if (!resolved && startswith (ic->name, "mov_"))
|
||||
resolved = in_iclass_mov_x (idesc, ic, format, field);
|
||||
}
|
||||
|
||||
@@ -1487,13 +1487,13 @@ lookup_specifier (const char *name)
|
||||
warn (_("Don't know how to specify # dependency %s\n"),
|
||||
name);
|
||||
}
|
||||
else if (CONST_STRNEQ (name, "AR[FPSR]"))
|
||||
else if (startswith (name, "AR[FPSR]"))
|
||||
return IA64_RS_AR_FPSR;
|
||||
else if (CONST_STRNEQ (name, "AR["))
|
||||
else if (startswith (name, "AR["))
|
||||
return IA64_RS_ARX;
|
||||
else if (CONST_STRNEQ (name, "CR["))
|
||||
else if (startswith (name, "CR["))
|
||||
return IA64_RS_CRX;
|
||||
else if (CONST_STRNEQ (name, "PSR."))
|
||||
else if (startswith (name, "PSR."))
|
||||
return IA64_RS_PSR;
|
||||
else if (strcmp (name, "InService*") == 0)
|
||||
return IA64_RS_INSERVICE;
|
||||
@@ -2444,7 +2444,7 @@ insert_opcode_dependencies (struct ia64_opcode *opc,
|
||||
int j;
|
||||
|
||||
if (strcmp (opc->name, "cmp.eq.and") == 0
|
||||
&& CONST_STRNEQ (rs->name, "PR%")
|
||||
&& startswith (rs->name, "PR%")
|
||||
&& rs->mode == 1)
|
||||
no_class_found = 99;
|
||||
|
||||
@@ -2455,7 +2455,7 @@ insert_opcode_dependencies (struct ia64_opcode *opc,
|
||||
if (in_iclass (opc, ics[rs->regs[j]], NULL, NULL, &ic_note))
|
||||
{
|
||||
/* We can ignore ic_note 11 for non PR resources. */
|
||||
if (ic_note == 11 && ! CONST_STRNEQ (rs->name, "PR"))
|
||||
if (ic_note == 11 && ! startswith (rs->name, "PR"))
|
||||
ic_note = 0;
|
||||
|
||||
if (ic_note != 0 && rs->regnotes[j] != 0
|
||||
@@ -2483,7 +2483,7 @@ insert_opcode_dependencies (struct ia64_opcode *opc,
|
||||
if (in_iclass (opc, ics[rs->chks[j]], NULL, NULL, &ic_note))
|
||||
{
|
||||
/* We can ignore ic_note 11 for non PR resources. */
|
||||
if (ic_note == 11 && ! CONST_STRNEQ (rs->name, "PR"))
|
||||
if (ic_note == 11 && ! startswith (rs->name, "PR"))
|
||||
ic_note = 0;
|
||||
|
||||
if (ic_note != 0 && rs->chknotes[j] != 0
|
||||
|
||||
Reference in New Issue
Block a user