From: Richard Sandiford Date: Thu, 25 Jul 2002 11:07:47 +0000 (+0000) Subject: Fix comment from last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22923709a7b21075f154403d7579284d096ccb0e;p=binutils-gdb.git Fix comment from last commit. --- diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 2ab8bbe9ea9..64175c553f5 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -10296,10 +10296,10 @@ mips_after_parse_args () g_switch_value = 0; } - /* The following code determines the architecture, ABI and register - size. Similar code was added to GCC 3.2 (see override_options() - in config/mips/mips.c). The GAS and GCC code should be kept in - sync as much as possible. */ + /* The following code determines the architecture and register size. + Similar code was added to GCC 3.3 (see override_options() in + config/mips/mips.c). The GAS and GCC code should be kept in sync + as much as possible. */ if (mips_arch_string != 0) mips_set_architecture (mips_parse_cpu ("-march", mips_arch_string));