OSDN Git Service

[ gas/ChangeLog ]
authorChris Demetriou <cgd@broadcom.com>
Wed, 18 Sep 2002 21:33:07 +0000 (21:33 +0000)
committerChris Demetriou <cgd@broadcom.com>
Wed, 18 Sep 2002 21:33:07 +0000 (21:33 +0000)
commit5ba9fab3a9d31d659c718f17dd384c36f5966d65
tree6550b36a01b07d066a90a8daa95c9a15206b9352
parent31d91e099be1fcdc9526bdbe30cdae442cd1f955
[ 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