aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>1999-02-13 21:37:36 +0000
committerJim Blandy <jimb@codesourcery.com>1999-02-13 21:37:36 +0000
commit0e00d2706a046e15c7f58943414c2586039602e4 (patch)
tree0c8788276f00cae5b6c4f506c84fdb733e5171ed
parent3b88ed2a722f45b5a6af0eb0b2598a0687a546fb (diff)
downloadfsf-binutils-gdb-0e00d2706a046e15c7f58943414c2586039602e4.zip
fsf-binutils-gdb-0e00d2706a046e15c7f58943414c2586039602e4.tar.gz
fsf-binutils-gdb-0e00d2706a046e15c7f58943414c2586039602e4.tar.bz2
*** empty log message ***
-rw-r--r--gas/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ddf9c70..7f9fed5 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,36 @@
+1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
+
+ * doc/c-mips.texi (MIPS Opts): Updated list of -mNNNN and
+ -mcpu=NNNN flags.
+
+ * config/tc-mips.c: Remove all the mips_NNNN variables; just use
+ mips_cpu instead.
+ (mips_4650, mips_4010, mips_4100): Variables removed.
+start-sanitize-vr4xxx
+ (mips_4121): Variable removed.
+end-sanitize-vr4xxx
+start-sanitize-vr4320
+ (mips_4320): Variable removed.
+end-sanitize-vr4320
+start-sanitize-cygnus
+ (mips_5400): Variable removed.
+end-sanitize-cygnus
+start-sanitize-r5900
+ (mips_5900): Variable removed.
+end-sanitize-r5900
+start-sanitize-tx49
+ (mips_4900): Variable removed.
+end-sanitize-tx49
+ (hilo_interlocks, gpr_interlocks, append_insn, macro_build, macro,
+ macro2, mips16_macro, mips_ip): Test mips_cpu, not the mips_NNNN
+ variables.
+ (md_begin): Don't bother initializing the mips_NNNN variables;
+ mips_cpu is set, and that's good enough now.
+ (md_parse_option): Have the -mNNNN options set mips_cpu instead of
+ the mips_NNNN variable. The -no-mNNNN flags are now no-ops.
+ (show): New function, to handle wrapping in the CPU lists.
+ (md_show_usage): Update lists of -mcpu and -mNNNN switches.
+
Sat Feb 13 00:17:26 1999 Richard Henderson <rth@cygnus.com>
* config/tc-i386.c (i386_intel_operand): Ignore `SHORT' rather