diff options
author | Thiemo Seufer <ths@networkno.de> | 2003-05-19 19:22:25 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2003-05-19 19:22:25 +0000 |
commit | b892b944e7e76aaaaa3a2f8c0b8c440f6facf213 (patch) | |
tree | 2e992c7a8054c841f6b2dc7399840447cc2df7d1 /gas/testsuite/ChangeLog | |
parent | ec11bdc6e7b69c4a1dd1446b3a8cfaa8bffa859b (diff) | |
download | gdb-b892b944e7e76aaaaa3a2f8c0b8c440f6facf213.zip gdb-b892b944e7e76aaaaa3a2f8c0b8c440f6facf213.tar.gz gdb-b892b944e7e76aaaaa3a2f8c0b8c440f6facf213.tar.bz2 |
* gas/mips/mips.exp: mips-*-linux-*, mipsel-*-linux-* use only 32-bit
register width by default. Add them to addr32 and exclude offending
testcases.
* gas/mips/delay.s: Avoid odd floating point registers.
* gas/mips/delay.d: Likewise.
* gas/mips/nodelay.d: Likewise.
* gas/mips/mips4.s: Likewise.
* gas/mips/mips4.d: Likewise.
* gas/mips/mips5.s: Likewise.
* gas/mips/mips5.d: Likewise.
* gas/mips/vr5400.s: Likewise.
* gas/mips/vr5400.d: Likewise.
* gas/mips/vr5500.s: Likewise.
* gas/mips/vr5500.d: Likewise.
* gas/mips/elf_e_flags2.d: Allow different expansions of the move
macro.
* gas/mips/elf_e_flags3.d: Likewise.
* gas/mips/elf_e_flags4.d: Likewise.
* gas/mips/uld2-eb.d: Likewise.
* gas/mips/uld2-el.d: Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d913f2e..f203b39 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,26 @@ +2003-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * gas/mips/mips.exp: mips-*-linux-*, mipsel-*-linux-* use only 32-bit + register width by default. Add them to addr32 and exclude offending + testcases. + * gas/mips/delay.s: Avoid odd floating point registers. + * gas/mips/delay.d: Likewise. + * gas/mips/nodelay.d: Likewise. + * gas/mips/mips4.s: Likewise. + * gas/mips/mips4.d: Likewise. + * gas/mips/mips5.s: Likewise. + * gas/mips/mips5.d: Likewise. + * gas/mips/vr5400.s: Likewise. + * gas/mips/vr5400.d: Likewise. + * gas/mips/vr5500.s: Likewise. + * gas/mips/vr5500.d: Likewise. + * gas/mips/elf_e_flags2.d: Allow different expansions of the move + macro. + * gas/mips/elf_e_flags3.d: Likewise. + * gas/mips/elf_e_flags4.d: Likewise. + * gas/mips/uld2-eb.d: Likewise. + * gas/mips/uld2-el.d: Likewise. + 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com> * lib/gas-defs.exp: Accept i[3-7]86 variants. |