]> sourceware.org Git - newlib-cygwin.git/commitdiff
g2000-02-22 Andrew Haley <aph@cygnus.com>
authorAndrew Haley <aph@redhat.com>
Tue, 22 Feb 2000 19:01:25 +0000 (19:01 +0000)
committerAndrew Haley <aph@redhat.com>
Tue, 22 Feb 2000 19:01:25 +0000 (19:01 +0000)
* mips.h: (OPCODE_IS_MEMBER): Add comment.

include/opcode/ChangeLog
include/opcode/mips.h

index b95bb224e51bd798104ccb33382cbfe756652650..b5befb8999020e8b179a7b920087c2ecc787a652 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-22  Andrew Haley  <aph@cygnus.com>
+
+       * mips.h: (OPCODE_IS_MEMBER): Add comment.
+
 1999-12-30  Andrew Haley  <aph@cygnus.com>
 
        * mips.h (OPCODE_IS_MEMBER): Add gp32 arg, which determines
index 3f9207ff3aa551efd2257d4c2bbe2e8bb87e0fb0..68fe57a8aae2c43a3182c16173825a0c70493ee1 100644 (file)
@@ -326,7 +326,10 @@ struct mips_opcode
 /* Test for membership in an ISA including chip specific ISAs.
    INSN is pointer to an element of the opcode table; ISA is the
    specified ISA to test against; and CPU is the CPU specific ISA
-   to test, or zero if no CPU specific ISA test is desired. */ 
+   to test, or zero if no CPU specific ISA test is desired.  
+   The gp32 arg is set when you need to force 32-bit register usage on
+   a machine with 64-bit registers; see the documentation under -mgp32
+   in the MIPS gas docs. */
 
 #define OPCODE_IS_MEMBER(insn,isa,cpu,gp32)                    \
     ((((insn)->membership & INSN_ISA) != 0                     \
This page took 0.035625 seconds and 5 git commands to generate.