aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2001-07-01 06:32:07 +0000
committerBen Elliston <bje@au.ibm.com>2001-07-01 06:32:07 +0000
commit551b1d89315acefe36897389f147f3d5dfd8c9f8 (patch)
tree107c91a26536e3bbe2d18145760748177043a71c /gas
parent013468bc3c2490c0af81a90959318f58a500b326 (diff)
downloadgdb-551b1d89315acefe36897389f147f3d5dfd8c9f8.zip
gdb-551b1d89315acefe36897389f147f3d5dfd8c9f8.tar.gz
gdb-551b1d89315acefe36897389f147f3d5dfd8c9f8.tar.bz2
* fix tabs in this change:
2001-06-28 Eric Christopher <echristo@redhat.com> H.J. Lu <hjl@gnu.org>
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 71a50c7..85ecb26 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -6,10 +6,10 @@
2001-06-28 Eric Christopher <echristo@redhat.com>
H.J. Lu <hjl@gnu.org>
-        * 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.