summaryrefslogtreecommitdiff
path: root/gcc/config/i386/djgpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/djgpp.h')
-rw-r--r--gcc/config/i386/djgpp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/djgpp.h b/gcc/config/i386/djgpp.h
index edd0fc2bc7d..cc4aa5c765b 100644
--- a/gcc/config/i386/djgpp.h
+++ b/gcc/config/i386/djgpp.h
@@ -200,8 +200,8 @@ Boston, MA 02111-1307, USA. */
#undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \
- { "no-bnu210", -MASK_BNU210, "Ignored (obsolete)." }, \
- { "bnu210", MASK_BNU210, "Ignored (obsolete)." },
+ { "no-bnu210", -MASK_BNU210, "Ignored (obsolete)" }, \
+ { "bnu210", MASK_BNU210, "Ignored (obsolete)" },
/* Warn that -mbnu210 is now obsolete. */
#undef SUBTARGET_OVERRIDE_OPTIONS
@@ -210,7 +210,7 @@ do \
{ \
if (target_flags & MASK_BNU210) \
{ \
- warning ("-mbnu210 is ignored (option is obsolete)."); \
+ warning ("-mbnu210 is ignored (option is obsolete)"); \
} \
} \
while (0)