[ gas/ChangeLog ]
authorChris Demetriou <cgd@google.com>
Wed, 18 Sep 2002 21:33:07 +0000 (21:33 +0000)
committerChris Demetriou <cgd@google.com>
Wed, 18 Sep 2002 21:33:07 +0000 (21:33 +0000)
commit885add9520d0f5e7eab8d56b93d791064805657d
tree7cd456ff9e73466bf46a1263cf6b765a78d7bafd
parent65551fa46cc1ef69a04fe817c221c3949a56c139
[ gas/ChangeLog ]
2002-09-18  Chris Demetriou  <cgd@broadcom.com>

        * config/tc-mips.c (IS_SEXT_32BIT_NUM): Move closer to top of file.
        (IS_SEXT_16BIT_NUM): New macro.
        (macro_build_ldst_constoffset): New function, to build a set of
        instructions to do a load or store from a constant offset relative
        to a given register.
        (macro, s_cprestore): Use macro_build_ldst_constoffset to implement
        .cprestore pseudo-op.

[ gas/testsuite/ChangeLog ]
2002-09-18  Chris Demetriou  <cgd@broadcom.com>

        * gas/mips/mips-abi32-pic2.s: New file.
        * gas/mips/mips-abi32-pic2.d: New file.
        * gas/mips/mips.exp: Run new test.

[ plus, fixed date on prev. gas/testsuite/ChangeLog entry. ]
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips-abi32-pic2.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips-abi32-pic2.s [new file with mode: 0644]
gas/testsuite/gas/mips/mips.exp