aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2003-01-02 20:03:09 +0000
committerChris Demetriou <cgd@google.com>2003-01-02 20:03:09 +0000
commit071742cf9703a573f453fc827bb93a7acda856ac (patch)
tree39861f51e1781fbe971fc9bef4561e2fafa1ef50 /gas/doc
parent06825bd145fd60c4a792d249af1231bdd360579c (diff)
downloadgdb-071742cf9703a573f453fc827bb93a7acda856ac.zip
gdb-071742cf9703a573f453fc827bb93a7acda856ac.tar.gz
gdb-071742cf9703a573f453fc827bb93a7acda856ac.tar.bz2
[ gas/ChangeLog ]
2003-01-02 Chris Demetriou <cgd@broadcom.com> * config/tc-mips.c: Update copyright years to include 2003. (mips_ip): Fix indentation of "+A", "+B", and "+C" handling. Additionally, clean up their code slightly and clean up their comments some more. * doc/c-mips.texi: Add MIPS32r2 to ".set mipsN" documentation. [ gas/testsuite/ChangeLog ] 2003-01-02 Chris Demetriou <cgd@broadcom.com> * gas/mips/elf_arch_mips32r2.d: Fix file description comment. [ include/opcode/ChangeLog ] 2003-01-02 Chris Demetriou <cgd@broadcom.com> * mips.h: Update copyright years to include 2002 (which had been missed previously) and 2003. Make comments about "+A", "+B", and "+C" operand types more descriptive.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/c-mips.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi
index 621efe8..4894c3f 100644
--- a/gas/doc/c-mips.texi
+++ b/gas/doc/c-mips.texi
@@ -288,8 +288,8 @@ assembly language programmers!
@kindex @code{.set mips@var{n}}
@sc{gnu} @code{@value{AS}} supports an additional directive to change
the @sc{mips} Instruction Set Architecture level on the fly: @code{.set
-mips@var{n}}. @var{n} should be a number from 0 to 5, or 32 or 64.
-The values 1 to 5, 32, and 64 make the assembler accept instructions
+mips@var{n}}. @var{n} should be a number from 0 to 5, or 32, 32r2, or 64.
+The values other than 0 make the assembler accept instructions
for the corresponding @sc{isa} level, from that point on in the
assembly. @code{.set mips@var{n}} affects not only which instructions
are permitted, but also how certain macros are expanded. @code{.set