binutils-gdb/ld/emultempl
Martin Liska 08dedd6631 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.
2021-03-22 11:01:43 +01:00
..
aarch64elf.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
aix.em Add startswith function and use it instead of CONST_STRNEQ. 2021-03-22 11:01:43 +01:00
alphaelf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
arclinux.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
armcoff.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
armelf.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
astring.sed
avrelf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
beos.em Add startswith function and use it instead of CONST_STRNEQ. 2021-03-22 11:01:43 +01:00
bfin.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
cr16elf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
crxelf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
cskyelf.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
elf-generic.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elf-x86.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elf.em Add startswith function and use it instead of CONST_STRNEQ. 2021-03-22 11:01:43 +01:00
epiphanyelf_4x4.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
genelf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
generic.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
hppaelf.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
ia64elf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
irix.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
linux.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
m68hc1xelf.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
m68kelf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
metagelf.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
mipself.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
mmix-elfnmmo.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mmixelf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mmo.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
msp430.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
nds32elf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
needrelax.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
netbsd.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
nios2elf.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
ostring.sed
pdp11.em PR27226, ld.bfd contains huge .rodata section 2021-01-26 20:54:43 +10:30
pe.em Add startswith function and use it instead of CONST_STRNEQ. 2021-03-22 11:01:43 +01:00
pep.em Add startswith function and use it instead of CONST_STRNEQ. 2021-03-22 11:01:43 +01:00
ppc32elf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ppc64elf.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
pruelf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
README Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
riscvelf.em RISC-V: Improve multiple relax passes problem. 2021-03-11 17:27:13 +08:00
rxelf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
rxlinux.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
s390.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
scoreelf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
solaris2-x86.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
solaris2.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
spu_icache.o_c Regenerate spu overlay and icache manager files 2014-11-04 22:36:13 +10:30
spu_icache.S
spu_ovl.o_c Regenerate spu_ovl.o_c 2016-10-15 12:53:57 +10:30
spu_ovl.S Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
spuelf.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
tic6xdsbt.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ticoff.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
v850elf.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
vanilla.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
vms.em SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
vxworks.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
xtensaelf.em Add startswith function and use it instead of CONST_STRNEQ. 2021-03-22 11:01:43 +01:00
z80.em Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

The files in this directory are sourced by genscripts.sh, after
setting some variables to substitute in, to produce
C source files that contain jump tables for each emulation.

Copyright (C) 2012-2021 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.