From 6349b5f4900c4ab462bdf205da066467d4f852c2 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Tue, 22 Feb 2000 18:55:30 +0000 Subject: 2000-02-22 Andrew Haley * doc/c-mips.texi (MIPS Opts): Document -mgp32 and -mgp64. --- gas/doc/c-mips.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gas/doc/c-mips.texi') diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index fc2555a..6234b0c 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -67,6 +67,19 @@ Generate code for a particular MIPS Instruction Set Architecture level. @sc{r10000} processors. You can also switch instruction sets during the assembly; see @ref{MIPS ISA,, Directives to override the ISA level}. +@item -mgp32 +Assume that 32-bit general purpose registers are available. This +affects synthetic instructions such as @code{move}, which will assemble +to a 32-bit or a 64-bit instruction depending on this flag. On some +MIPS variants there is be a 32-bit mode flag; when this flag is set, +64-bit instructions generate a trap. Also, some 32-bit OSes only save +the 32-bit registers on a context switch, so it is essential never to +use the 64-bit registers. + +@item -mgp64 +Assume that 64-bit general purpose registers are available. This is +provided in the interests of symmetry with -gp32. + @item -mips16 @itemx -no-mips16 Generate code for the MIPS 16 processor. This is equivalent to putting -- cgit v1.1