OSDN Git Service

[ gas/ChangeLog ]
authorChris Demetriou <cgd@broadcom.com>
Wed, 2 Apr 2003 18:43:16 +0000 (18:43 +0000)
committerChris Demetriou <cgd@broadcom.com>
Wed, 2 Apr 2003 18:43:16 +0000 (18:43 +0000)
commit282e734abbfb1888b19073a5fa0803f3016a1001
treeee3d93a5be8dbacfed7649e5c5d4a9a8f6bd5830
parent30a4695d56c90ca13f2fad15eb50a990caadb243
[ gas/ChangeLog ]
2003-04-02  Chris Demetriou  <cgd@broadcom.com>

        * config/tc-mips.c (macro2): Adjust implementation of
        M_ULH, M_ULHU, M_ULW, and M_ULD so that they work properly
        in the case where the source and destination registers
        are the same.

[ gas/testsuite/ChangeLog ]
2003-04-02  Chris Demetriou  <cgd@broadcom.com>

        * gas/mips/ulh.d: Adjust for ulh and ulhu macro assembly changes.

        * gas/mips/mips.exp: Define new "gpr_ilocks" architecture
        property, and add it to mips2 (and later) chips and r3900.
        * gas/mips/uld2.s: New test source file.
        * gas/mips/ulh2.s: Likewise.
        * gas/mips/ulw2.s: Likewise.
        * gas/mips/uld2.l: New test stderr listing.
        * gas/mips/ulh2.l: Likewise.
        * gas/mips/ulw2.l: Likewise.
        * gas/mips/uld2-eb.d: New test.
        * gas/mips/uld2-el.d: Likewise.
        * gas/mips/ulh2-eb.d: Likewise.
        * gas/mips/ulh2-el.d: Likewise.
        * gas/mips/ulw2-eb-ilocks.d: Likewise.
        * gas/mips/ulw2-eb.d: Likewise.
        * gas/mips/ulw2-el-ilocks.d: Likewise.
        * gas/mips/ulw2-el.d: Likewise.
        * gas/mips/mips.exp: Run new tests for appropriate architectures.
19 files changed:
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/uld2-eb.d [new file with mode: 0644]
gas/testsuite/gas/mips/uld2-el.d [new file with mode: 0644]
gas/testsuite/gas/mips/uld2.l [new file with mode: 0644]
gas/testsuite/gas/mips/uld2.s [new file with mode: 0644]
gas/testsuite/gas/mips/ulh.d
gas/testsuite/gas/mips/ulh2-eb.d [new file with mode: 0644]
gas/testsuite/gas/mips/ulh2-el.d [new file with mode: 0644]
gas/testsuite/gas/mips/ulh2.l [new file with mode: 0644]
gas/testsuite/gas/mips/ulh2.s [new file with mode: 0644]
gas/testsuite/gas/mips/ulw2-eb-ilocks.d [new file with mode: 0644]
gas/testsuite/gas/mips/ulw2-eb.d [new file with mode: 0644]
gas/testsuite/gas/mips/ulw2-el-ilocks.d [new file with mode: 0644]
gas/testsuite/gas/mips/ulw2-el.d [new file with mode: 0644]
gas/testsuite/gas/mips/ulw2.l [new file with mode: 0644]
gas/testsuite/gas/mips/ulw2.s [new file with mode: 0644]