Home
last modified time | relevance | path

Searched refs:in_fp (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c14927 int out_fp, in_fp; in mips_elf_merge_obj_attributes() local
14930 in_fp = in_attr[Tag_GNU_MIPS_ABI_FP].i; in mips_elf_merge_obj_attributes()
14933 out_attr[Tag_GNU_MIPS_ABI_FP].i = in_fp; in mips_elf_merge_obj_attributes()
14935 && (in_fp == Val_GNU_MIPS_ABI_FP_DOUBLE in mips_elf_merge_obj_attributes()
14936 || in_fp == Val_GNU_MIPS_ABI_FP_64 in mips_elf_merge_obj_attributes()
14937 || in_fp == Val_GNU_MIPS_ABI_FP_64A)) in mips_elf_merge_obj_attributes()
14942 else if (in_fp == Val_GNU_MIPS_ABI_FP_XX in mips_elf_merge_obj_attributes()
14948 && in_fp == Val_GNU_MIPS_ABI_FP_64) in mips_elf_merge_obj_attributes()
14953 else if (in_fp == Val_GNU_MIPS_ABI_FP_64A in mips_elf_merge_obj_attributes()
14956 else if (in_fp != Val_GNU_MIPS_ABI_FP_ANY) in mips_elf_merge_obj_attributes()
[all …]