Searched refs:auto_fpu (Results 1 – 2 of 2) sorted by relevance
1018 static char *auto_fpu = NULL; in arm_asm_auto_mfpu() local1026 if (auto_fpu) in arm_asm_auto_mfpu()1028 free (auto_fpu); in arm_asm_auto_mfpu()1029 auto_fpu = NULL; in arm_asm_auto_mfpu()1082 auto_fpu = (char *) xmalloc (strlen (fpuname) + sizeof ("-mfpu=")); in arm_asm_auto_mfpu()1083 strcpy (auto_fpu, "-mfpu="); in arm_asm_auto_mfpu()1084 strcat (auto_fpu, fpuname); in arm_asm_auto_mfpu()1085 return auto_fpu; in arm_asm_auto_mfpu()
971 static char *auto_fpu = NULL; in arm_asm_auto_mfpu() local979 if (auto_fpu) in arm_asm_auto_mfpu()981 free (auto_fpu); in arm_asm_auto_mfpu()982 auto_fpu = NULL; in arm_asm_auto_mfpu()1035 auto_fpu = (char *) xmalloc (strlen (fpuname) + sizeof ("-mfpu=")); in arm_asm_auto_mfpu()1036 strcpy (auto_fpu, "-mfpu="); in arm_asm_auto_mfpu()1037 strcat (auto_fpu, fpuname); in arm_asm_auto_mfpu()1038 return auto_fpu; in arm_asm_auto_mfpu()