diff options
Diffstat (limited to 'gcc/config/ia64/ia64.h')
-rw-r--r-- | gcc/config/ia64/ia64.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h index b6f86d10b62..1869e67646e 100644 --- a/gcc/config/ia64/ia64.h +++ b/gcc/config/ia64/ia64.h @@ -238,11 +238,11 @@ extern const char *ia64_tune_string; #define TARGET_OPTIONS \ { \ { "fixed-range=", &ia64_fixed_range_string, \ - N_("Specify range of registers to make fixed")}, \ + N_("Specify range of registers to make fixed"), 0}, \ { "tls-size=", &ia64_tls_size_string, \ - N_("Specify bit size of immediate TLS offsets")}, \ + N_("Specify bit size of immediate TLS offsets"), 0}, \ { "tune=", &ia64_tune_string, \ - N_("Schedule code for given CPU")}, \ + N_("Schedule code for given CPU"), 0}, \ } /* Sometimes certain combinations of command options do not make sense on a |