Searched refs:alpha_cpu_string (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.opt | 115 Target RejectNegative Joined Var(alpha_cpu_string)
|
H A D | alpha.c | 380 if (alpha_cpu_string) in override_options() 383 if (! strcmp (alpha_cpu_string, cpu_table [i].name)) in override_options() 391 error ("bad value %qs for -mcpu switch", alpha_cpu_string); in override_options()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | alpha.h | 345 extern const char *alpha_cpu_string; /* For -mcpu= */ 355 {"cpu=", &alpha_cpu_string, \
|
H A D | alpha.c | 78 const char *alpha_cpu_string; /* -mcpu= */ variable 449 if (alpha_cpu_string) in override_options() 452 if (! strcmp (alpha_cpu_string, cpu_table [i].name)) in override_options() 461 error ("bad value `%s' for -mcpu switch", alpha_cpu_string); in override_options()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.1 | 3878 * alpha.c (alpha_cpu_name, alpha_cpu_string, alpha_tp_string, 3885 * alpha.h (alpha_cpu_string, alpha_fprm_string, alpha_fptm_string,
|
H A D | FSFChangeLog.11 | 12204 * alpha.c (alpha_cpu, alpha_cpu_string): New variables. 12208 (alpha_cpu, alpha_cpu_string): New declarations.
|
H A D | ChangeLog.4 | 8412 Use alpha_cpu_string first to set both alpha_cpu and target_flags
|