diff options
Diffstat (limited to 'gcc/config/rs6000/aix.h')
-rw-r--r-- | gcc/config/rs6000/aix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/aix.h b/gcc/config/rs6000/aix.h index fdd74d979ce..0487863212a 100644 --- a/gcc/config/rs6000/aix.h +++ b/gcc/config/rs6000/aix.h @@ -251,9 +251,9 @@ toc_section () \ #undef SUBTARGET_SWITCHES #define SUBTARGET_SWITCHES \ {"xl-call", MASK_XL_CALL, \ - "Always pass floating-point arguments in memory" }, \ + N_("Always pass floating-point arguments in memory") }, \ {"no-xl-call", - MASK_XL_CALL, \ - "Don't always pass floating-point arguments in memory" }, \ + N_("Don't always pass floating-point arguments in memory") }, \ SUBSUBTARGET_SWITCHES #define SUBSUBTARGET_SWITCHES |