aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2002-07-25 11:07:47 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2002-07-25 11:07:47 +0000
commit22923709a7b21075f154403d7579284d096ccb0e (patch)
tree67a81d1bb3e92026241bd92421d444bbef11f44d /gas
parent219576a4db52ff37342a5c8349b986b2760a1561 (diff)
downloadgdb-22923709a7b21075f154403d7579284d096ccb0e.zip
gdb-22923709a7b21075f154403d7579284d096ccb0e.tar.gz
gdb-22923709a7b21075f154403d7579284d096ccb0e.tar.bz2
Fix comment from last commit.
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-mips.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 2ab8bbe9..64175c5 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));