aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/ChangeLog
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2001-06-29 21:27:43 +0000
committerEric Christopher <echristo@gmail.com>2001-06-29 21:27:43 +0000
commitec68c924f030786d924e08b435f7dd094f978b04 (patch)
treeddf4da0f33a1ea793f965f2a5a324a726465083b /gas/testsuite/ChangeLog
parent77467810660bf23be5bf6cd6c4cf4f1034dc8d33 (diff)
downloadgdb-ec68c924f030786d924e08b435f7dd094f978b04.zip
gdb-ec68c924f030786d924e08b435f7dd094f978b04.tar.gz
gdb-ec68c924f030786d924e08b435f7dd094f978b04.tar.bz2
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. (mips_tune): New. Use mips_tune for scheduling and optimization issues. (append_insn): Use mips_tune and mips_arch. (macro_build): Ditto. (mips_ip): Ditto. (md_begin): Handle mips_arch, mips_tune and mips_cpu. For backwards compatability mips_cpu generates arch and tune. (md_show_usage): Document new behavior. * doc/c-mips.texi (MIPS Opts): Document -march and -mtune. Deprecate -mcpu. * NEWS: Update. 2001-06-28 Eric Christopher <echristo@redhat.com> * gas/mips/usd.d: Change for march/mtune. * gas/mips/ulh-xgot.d: Ditto. * gas/mips/uld.d: Ditto. * gas/mips/trunc.d: Ditto. * gas/mips/rol.d: Ditto. * gas/mips/nodelay.d: Ditto. * gas/mips/mul.d: Ditto. * gas/mips/mul-ilocks.d: Ditto. * gas/mips/trap20.d: Ditto. * gas/mips/mips4.d: Ditto. * gas/mips/mips16.d: Ditto. * gas/mips/lif-xgot.d: Ditto. * gas/mips/lif-svr4pic.d: Ditto. * gas/mips/ld-xgot.d: Ditto. * gas/mips/ld-svr4pic.d: Ditto. * gas/mips/ld-ilocks-addr32.d: Ditto. * gas/mips/lb-xgot.d: Ditto. * gas/mips/jal-xgot.d: Ditto. * gas/mips/jal-svr4pic.d: Ditto. * gas/mips/delay.d: Ditto. * gas/mips/lb-xgot-ilocks.d: Ditto. * gas/mips/div.d: Ditto. * gas/mips/break20.d: Ditto. * gas/mips/delay.d: Ditto. * gas/mips/elf_e_flags3.d: Ditto. * gas/mips/elf_e_flags4.d: Ditto. * gas/mips/lineno.d: Ditto. * gas/mips/mips16.d: Ditto. * gas/mips/mips4.d: Ditto. * gas/mips/mips4010.d: Ditto. * gas/mips/mips4650.d: Ditto.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r--gas/testsuite/ChangeLog36
1 files changed, 35 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 01e5ebb..71c999d 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,37 @@
+2001-06-28 Eric Christopher <echristo@redhat.com>
+
+ * gas/mips/usd.d: Change for march/mtune.
+ * gas/mips/ulh-xgot.d: Ditto.
+ * gas/mips/uld.d: Ditto.
+ * gas/mips/trunc.d: Ditto.
+ * gas/mips/rol.d: Ditto.
+ * gas/mips/nodelay.d: Ditto.
+ * gas/mips/mul.d: Ditto.
+ * gas/mips/mul-ilocks.d: Ditto.
+ * gas/mips/trap20.d: Ditto.
+ * gas/mips/mips4.d: Ditto.
+ * gas/mips/mips16.d: Ditto.
+ * gas/mips/lif-xgot.d: Ditto.
+ * gas/mips/lif-svr4pic.d: Ditto.
+ * gas/mips/ld-xgot.d: Ditto.
+ * gas/mips/ld-svr4pic.d: Ditto.
+ * gas/mips/ld-ilocks-addr32.d: Ditto.
+ * gas/mips/lb-xgot.d: Ditto.
+ * gas/mips/jal-xgot.d: Ditto.
+ * gas/mips/jal-svr4pic.d: Ditto.
+ * gas/mips/delay.d: Ditto.
+ * gas/mips/lb-xgot-ilocks.d: Ditto.
+ * gas/mips/div.d: Ditto.
+ * gas/mips/break20.d: Ditto.
+ * gas/mips/delay.d: Ditto.
+ * gas/mips/elf_e_flags3.d: Ditto.
+ * gas/mips/elf_e_flags4.d: Ditto.
+ * gas/mips/lineno.d: Ditto.
+ * gas/mips/mips16.d: Ditto.
+ * gas/mips/mips4.d: Ditto.
+ * gas/mips/mips4010.d: Ditto.
+ * gas/mips/mips4650.d: Ditto.
+
2001-06-21 Nick Clifton <nickc@cambridge.redhat.com>
* gas/arm/arm.exp: Remove msr-bad.s test.
@@ -13,7 +47,7 @@
* gas/ppc/aix.exp: New file, aix specific tests.
* gas/ppc/align.s: New file, .comm alignment test.
-
+
2001-06-13 Andreas Jaeger <aj@suse.de>
* gas/vtable/vtable.exp (run_list_test): Don't run on sparc64.