aboutsummaryrefslogtreecommitdiff
path: root/depcomp
diff options
context:
space:
mode:
authorZac Walker <zacwalker@microsoft.com>2024-02-20 17:22:31 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2024-05-07 16:02:33 +0000
commit99d7d5ec8d88415a7e1f74fade0841a0ebbd0092 (patch)
tree6ec854392d6a61b32c09e8be22c2b159234dadda /depcomp
parent1f05dfc131c7996a85dd82b3300f7b5f93d4b1bd (diff)
downloadgcc-99d7d5ec8d88415a7e1f74fade0841a0ebbd0092.zip
gcc-99d7d5ec8d88415a7e1f74fade0841a0ebbd0092.tar.gz
gcc-99d7d5ec8d88415a7e1f74fade0841a0ebbd0092.tar.bz2
Rename section and encoding functions from i386 which will be used in aarch64
gcc/ChangeLog: * config/i386/cygming.h (SUBTARGET_ENCODE_SECTION_INFO): Rename functions in mingw folder which will be reused for aarch64. (TARGET_ASM_UNIQUE_SECTION): Likewise. (TARGET_ASM_NAMED_SECTION): Likewise. (TARGET_SECTION_TYPE_FLAGS): Likewise. (ASM_DECLARE_COLD_FUNCTION_NAME): Likewise. (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise. * config/i386/i386-protos.h (i386_pe_unique_section): Rename into ... (mingw_pe_unique_section): ... this. (i386_pe_declare_function_type): Rename into ... (mingw_pe_declare_function_type): ... this. (i386_pe_encode_section_info): Rename into ... (mingw_pe_encode_section_info): ... this. (i386_pe_maybe_record_exported_symbol): Rename into ... (mingw_pe_maybe_record_exported_symbol): ... this. (i386_pe_section_type_flags): Rename into ... (mingw_pe_section_type_flags): ... this. (i386_pe_asm_named_section): Rename into ... (mingw_pe_asm_named_section): ... this. * config/mingw/winnt.cc (i386_pe_encode_section_info): Rename into ... (mingw_pe_encode_section_info): ... this. (i386_pe_unique_section): Rename into ... (mingw_pe_unique_section): ... this. (i386_pe_section_type_flags): Rename into ... (mingw_pe_section_type_flags): ... this. (i386_pe_asm_named_section): Rename into ... (mingw_pe_asm_named_section): ... this. (i386_pe_asm_output_aligned_decl_common): Likewise. (i386_pe_declare_function_type): Rename into ... (mingw_pe_declare_function_type): ... this. (i386_pe_maybe_record_exported_symbol): Rename into ... (mingw_pe_maybe_record_exported_symbol): ... this. (i386_pe_start_function): Likewise. * varasm.cc (switch_to_comdat_section): Likewise.
Diffstat (limited to 'depcomp')
0 files changed, 0 insertions, 0 deletions