[ gas/ChangeLog ]
authorChris Demetriou <cgd@google.com>
Wed, 2 Apr 2003 18:43:16 +0000 (18:43 +0000)
committerChris Demetriou <cgd@google.com>
Wed, 2 Apr 2003 18:43:16 +0000 (18:43 +0000)
commitaf22f5b24a0ca6ff93ca536bf12a6b6afb3713a2
tree87e20f0c67778f5b3e5f17d601f56b57c5080293
parent8fdeb6e3c534eef6c31a5152448d9e1fa995ddc4
[ 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]