diff options
author | Adam Nemet <anemet@caviumnetworks.com> | 2008-02-06 05:29:03 +0000 |
---|---|---|
committer | Adam Nemet <anemet@caviumnetworks.com> | 2008-02-06 05:29:03 +0000 |
commit | 0797561a54769f4d8217c1f141858380025b0094 (patch) | |
tree | 3c670ffa228736048541b8ae984a26bafee3ad92 /gas/testsuite/ChangeLog | |
parent | 98e460c30d2f5e3848d7ae429bebcce3b8c90b81 (diff) | |
download | gdb-0797561a54769f4d8217c1f141858380025b0094.zip gdb-0797561a54769f4d8217c1f141858380025b0094.tar.gz gdb-0797561a54769f4d8217c1f141858380025b0094.tar.bz2 |
* gas/mips/mips.exp: Invoke the tests smartmips, mips32-dsp,
mips32-dspr2, mips64-dsp and mips32-mt with run_dump_test instead
of run_dump_test_arches.
* gas/mips/smartmips.d: Pass -mips32.
* gas/mips/mips64-dsp.d: Pass -mips64r2.
* gas/mips/mips32-dsp.d: Pass -mips32r2.
* gas/mips/mips32-dspr2.d: Likewise.
* gas/mips/mips32-mt.d: Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 11f894b..2e44122 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2008-02-05 Adam Nemet <anemet@caviumnetworks.com> + + * gas/mips/mips.exp: Invoke the tests smartmips, mips32-dsp, + mips32-dspr2, mips64-dsp and mips32-mt with run_dump_test instead + of run_dump_test_arches. + * gas/mips/smartmips.d: Pass -mips32. + * gas/mips/mips64-dsp.d: Pass -mips64r2. + * gas/mips/mips32-dsp.d: Pass -mips32r2. + * gas/mips/mips32-dspr2.d: Likewise. + * gas/mips/mips32-mt.d: Likewise. + 2008-02-04 Adam Nemet <anemet@caviumnetworks.com> * gas/mips/mips.exp: Call mips_arch_create for Octeon. Invoke |