diff options
author | Thiemo Seufer <ths@networkno.de> | 2001-08-25 00:48:49 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2001-08-25 00:48:49 +0000 |
commit | dda688fcaded180ed085149805931a977244e8d7 (patch) | |
tree | 8382c32ef84b1f9cb44130c7d5b7e100ac8edff1 /gas/testsuite/ChangeLog | |
parent | 602ffeaf848900267f21370233db05e108b5f5f1 (diff) | |
download | gdb-dda688fcaded180ed085149805931a977244e8d7.zip gdb-dda688fcaded180ed085149805931a977244e8d7.tar.gz gdb-dda688fcaded180ed085149805931a977244e8d7.tar.bz2 |
* binutils-all/readelf.exp: Don't regard mips*el-*-* as traditional
mips.
* gas/mips/mips.exp: Likewise. Use traditional testcases for
mips${el}16-f if needed.
* gas/mips/elempic.d: New file, testcase for little endian empic.
* gas/mips/elfel-rel2.d: Don't test trailing zeroes in dump.
* gas/mips/mips16-f.d: Use non-traditional symbol sorting.
* gas/mips/mipsel16-f.d: Likewise.
* gas/mips/mipsel16-e.d: New file, testcase for little endian MIPS16
relocations.
* gas/mips/tmipsel16-f.d: New file, testcase for little endian MIPS16
relocations, traditional variant.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index f83640f..34d24dc 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,18 @@ +2001-08-24 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * binutils-all/readelf.exp: Don't regard mips*el-*-* as traditional + mips. + * gas/mips/mips.exp: Likewise. Use traditional testcases for + mips${el}16-f if needed. + * gas/mips/elempic.d: New file, testcase for little endian empic. + * gas/mips/elfel-rel2.d: Don't test trailing zeroes in dump. + * gas/mips/mips16-f.d: Use non-traditional symbol sorting. + * gas/mips/mipsel16-f.d: Likewise. + * gas/mips/mipsel16-e.d: New file, testcase for little endian MIPS16 + relocations. + * gas/mips/tmipsel16-f.d: New file, testcase for little endian MIPS16 + relocations, traditional variant. + 2001-08-17 H.J. Lu <hjl@gnu.org> * gas/sparc/unalign.d: Support Sparc V9. |