diff options
Diffstat (limited to 'gcc/config/mmix/mmix.h')
-rw-r--r-- | gcc/config/mmix/mmix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mmix/mmix.h b/gcc/config/mmix/mmix.h index 976ceb0b639..3986b865eeb 100644 --- a/gcc/config/mmix/mmix.h +++ b/gcc/config/mmix/mmix.h @@ -129,9 +129,9 @@ extern const char *mmix_cc1_ignored_option; #define TARGET_OPTIONS \ {{"set-program-start=", &mmix_cc1_ignored_option, \ - N_("Set start-address of the program") }, \ + N_("Set start-address of the program"), 0}, \ {"set-data-start=", &mmix_cc1_ignored_option, \ - N_("Set start-address of data")}} + N_("Set start-address of data"), 0} } /* FIXME: There's no provision for profiling here. */ #define STARTFILE_SPEC \ |