Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-iq2000.c748 char new_opt[80]; in iq2000_elf_merge_private_bfd_data() local
751 new_opt[0] = old_opt[0] = '\0'; in iq2000_elf_merge_private_bfd_data()
774 strcat (new_opt, " -m10"); in iq2000_elf_merge_private_bfd_data()
779 strcat (new_opt, " -m2000"); in iq2000_elf_merge_private_bfd_data()
797 if (new_opt[0]) in iq2000_elf_merge_private_bfd_data()
802 bfd_get_filename (ibfd), new_opt, old_opt); in iq2000_elf_merge_private_bfd_data()
Delf32-frv.c6501 char new_opt[80]; local
6504 new_opt[0] = old_opt[0] = '\0';
6545 default: strcat (new_opt, " -mgpr-??"); break;
6546 case EF_FRV_GPR_32: strcat (new_opt, " -mgpr-32"); break;
6547 case EF_FRV_GPR_64: strcat (new_opt, " -mgpr-64"); break;
6575 default: strcat (new_opt, " -mfpr-?"); break;
6576 case EF_FRV_FPR_32: strcat (new_opt, " -mfpr-32"); break;
6577 case EF_FRV_FPR_64: strcat (new_opt, " -mfpr-64"); break;
6578 case EF_FRV_FPR_NONE: strcat (new_opt, " -msoft-float"); break;
6607 default: strcat (new_opt, " -mdword-?"); break;
[all …]