From: Ben Elliston Date: Sun, 1 Jul 2001 06:32:07 +0000 (+0000) Subject: * fix tabs in this change: X-Git-Tag: dberlin-typesystem-branchpoint~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=551b1d89315acefe36897389f147f3d5dfd8c9f8;p=thirdparty%2Fbinutils-gdb.git * fix tabs in this change: 2001-06-28 Eric Christopher H.J. Lu --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 71a50c7756d..85ecb263492 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -6,10 +6,10 @@ 2001-06-28 Eric Christopher H.J. Lu -        * config/tc-mips.c (mips_arch): New. Use mips_arch instead -        of mips_cpu for the ISA selection. -        (md_longopts): Add OPTION_MARCH and OPTION_MTUNE. -        (md_parse_option): Handle OPTION_MARCH and OPTION_MTUNE. + * config/tc-mips.c (mips_arch): New. Use mips_arch instead + of mips_cpu for the ISA selection. + (md_longopts): Add OPTION_MARCH and OPTION_MTUNE. + (md_parse_option): Handle OPTION_MARCH and OPTION_MTUNE. (mips_tune): New. Use mips_tune for scheduling and optimization issues. (append_insn): Use mips_tune and mips_arch.