From 92d4b8a08f267b985022904e0ad492e9f25bef72 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 25 Nov 2002 00:27:13 +0000 Subject: [PATCH] h8300.c (h8300_init_once): Fix a typo in the target help message. * config/h8300/h8300.c (h8300_init_once): Fix a typo in the target help message. From-SVN: r59445 --- gcc/ChangeLog | 5 +++++ gcc/config/h8300/h8300.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3e6687002f0..1847505ca96 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-11-24 Kazu Hirata + + * config/h8300/h8300.c (h8300_init_once): Fix a typo in the + target help message. + 2002-11-24 Jason Thorpe * config.gcc (*-*-netbsd*1.[7-9]*, *-*-netbsd*[2-9]*): Set diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index 9a516c4f068..0f72d11bc19 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -317,7 +317,7 @@ h8300_init_once () if (TARGET_H8300 && TARGET_NORMAL_MODE) { - error ("-mn used without -mh or -ms"); + error ("-mn is used without -mh or -ms"); target_flags ^= MASK_NORMAL_MODE; } -- 2.30.2