]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/mn10300/mn10300.h
2000-06-27 Philipp Thomas <pthomas@suse.de>
[thirdparty/gcc.git] / gcc / config / mn10300 / mn10300.h
index 27d0f793364ce785988b4259b6fdf086288c250c..2e20ee1f55bcb1a95456e8d4ee3bafef281eb09b 100644 (file)
@@ -53,11 +53,11 @@ extern int target_flags;
 #define TARGET_AM33                    (target_flags & 0x2)
 
 #define TARGET_SWITCHES  \
-  {{ "mult-bug",       0x1,  "Work around hardware multiply bug"},     \
-   { "no-mult-bug",    -0x1, "Do not work around hardware multiply bug"},\
-   { "am33",           0x2},   \
-   { "am33",           -(0x1)},\
-   { "no-am33",        -0x2},  \
+  {{ "mult-bug",       0x1,  N_("Work around hardware multiply bug")}, \
+   { "no-mult-bug",    -0x1, N_("Do not work around hardware multiply bug")},\
+   { "am33",           0x2,  0},       \
+   { "am33",           -(0x1), 0},\
+   { "no-am33",        -0x2, 0},       \
    { "", TARGET_DEFAULT, NULL}}
 
 #ifndef TARGET_DEFAULT