From: Uros Bizjak Date: Tue, 2 Mar 2010 19:30:09 +0000 (+0100) Subject: alpha.c (override_options): Fix -mtune error message. X-Git-Tag: releases/gcc-4.3.5~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f6dab39ff5aea5a988cca6690f2cd4e215a14ba;p=thirdparty%2Fgcc.git alpha.c (override_options): Fix -mtune error message. * config/alpha/alpha.c (override_options): Fix -mtune error message. From-SVN: r157171 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f076d3d4ec05..ac8b9f3aa29b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-03-02 Uros Bizjak + + * config/alpha/alpha.c (override_options): Fix -mtune error message. + 2010-02-18 Ulrich Weigand * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 06a6a27b24c0..8808c905d29c 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -391,7 +391,7 @@ override_options (void) break; } if (! cpu_table [i].name) - error ("bad value %qs for -mcpu switch", alpha_tune_string); + error ("bad value %qs for -mtune switch", alpha_tune_string); } /* Do some sanity checks on the above options. */