diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2001-07-30 21:30:40 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-07-30 14:30:40 -0700 |
commit | f18bff15c9ade5d02887f200ead404bad51f0425 (patch) | |
tree | eaff805f926fc78066631ec562ac336ade86adb8 /gcc/config/m68k/linux.h | |
parent | 0ecf09f9cc1ee9c4c2daa91d2f2a844013f81cdb (diff) | |
download | gcc-f18bff15c9ade5d02887f200ead404bad51f0425.tar.gz |
m68k.h (TARGET_SWITCHES/TARGET_OPTIONS): Add missing doc strings
* config/m68k/m68k.h (TARGET_SWITCHES/TARGET_OPTIONS):
Add missing doc strings
* config/m68k/linux-aout.h (SUBTARGET_SWITCHES): Likewise
* config/m68k/linux.h (SUBTARGET_SWITCHES): Likewise
From-SVN: r44489
Diffstat (limited to 'gcc/config/m68k/linux.h')
-rw-r--r-- | gcc/config/m68k/linux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h index 2dea947a07a..bf420917a1d 100644 --- a/gcc/config/m68k/linux.h +++ b/gcc/config/m68k/linux.h @@ -42,7 +42,8 @@ Boston, MA 02111-1307, USA. */ #define STRICT_ALIGNMENT 0 #undef SUBTARGET_SWITCHES -#define SUBTARGET_SWITCHES {"ieee-fp", 0}, +#define SUBTARGET_SWITCHES {"ieee-fp", 0, \ + N_("Use IEEE math for fp comparisons")}, /* Here are four prefixes that are used by asm_fprintf to facilitate customization for alternate assembler syntaxes. |