diff options
Diffstat (limited to 'gcc/config/arm/pe.h')
-rw-r--r-- | gcc/config/arm/pe.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/arm/pe.h b/gcc/config/arm/pe.h index d950abd32d1..8acd3e0783f 100644 --- a/gcc/config/arm/pe.h +++ b/gcc/config/arm/pe.h @@ -57,8 +57,9 @@ Boston, MA 02111-1307, USA. */ #define TARGET_NOP_FUN_DLLIMPORT (target_flags & TARGET_FLAG_NOP_FUN) #undef SUBTARGET_SWITCHES -#define SUBTARGET_SWITCHES \ -{ "nop-fun-dllimport", TARGET_FLAG_NOP_FUN, "Ignore dllimport attribute for functions" }, \ +#define SUBTARGET_SWITCHES \ +{ "nop-fun-dllimport", TARGET_FLAG_NOP_FUN, \ + N_("Ignore dllimport attribute for functions") }, \ { "no-nop-fun-dllimport", - TARGET_FLAG_NOP_FUN, "" }, #undef TARGET_DEFAULT |