diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2012-09-23 11:16:53 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2012-09-23 11:16:53 +0000 |
commit | 1976c2922945319be565f51b6e6e3aa455d64082 (patch) | |
tree | 4a3db5e6d95d801e6ec69b318810d800bce6954b /gas/testsuite/ChangeLog | |
parent | b886a2ab0d52932b39118747c0c2c078f4e0f043 (diff) | |
download | gdb-1976c2922945319be565f51b6e6e3aa455d64082.zip gdb-1976c2922945319be565f51b6e6e3aa455d64082.tar.gz gdb-1976c2922945319be565f51b6e6e3aa455d64082.tar.bz2 |
gas/testsuite/
2012-09-23 Maciej W. Rozycki <macro@codesourcery.com>
* gas/mips/hilo-diff-eb.d: New test.
* gas/mips/hilo-diff-eb-n32.d: New test.
* gas/mips/hilo-diff-eb-n64.d: New test.
* gas/mips/hilo-diff-el.d: New test.
* gas/mips/hilo-diff-el-n32.d: New test.
* gas/mips/hilo-diff-el-n64.d: New test.
* gas/mips/mips16@hilo-diff-eb.d: New test.
* gas/mips/mips16@hilo-diff-eb-n32.d: New test.
* gas/mips/mips16@hilo-diff-eb-n64.d: New test.
* gas/mips/mips16@hilo-diff-el.d: New test.
* gas/mips/mips16@hilo-diff-el-n32.d: New test.
* gas/mips/mips16@hilo-diff-el-n64.d: New test.
* gas/mips/micromips@hilo-diff-eb.d: New test.
* gas/mips/micromips@hilo-diff-eb-n32.d: New test.
* gas/mips/micromips@hilo-diff-eb-n64.d: New test.
* gas/mips/micromips@hilo-diff-el.d: New test.
* gas/mips/micromips@hilo-diff-el-n32.d: New test.
* gas/mips/micromips@hilo-diff-el-n64.d: New test.
* gas/mips/hilo-diff.s: New test source.
* gas/mips/mips.exp: Run the new tests.
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 fda98bf..54549bf 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,26 @@ +2012-09-23 Maciej W. Rozycki <macro@codesourcery.com> + + * gas/mips/hilo-diff-eb.d: New test. + * gas/mips/hilo-diff-eb-n32.d: New test. + * gas/mips/hilo-diff-eb-n64.d: New test. + * gas/mips/hilo-diff-el.d: New test. + * gas/mips/hilo-diff-el-n32.d: New test. + * gas/mips/hilo-diff-el-n64.d: New test. + * gas/mips/mips16@hilo-diff-eb.d: New test. + * gas/mips/mips16@hilo-diff-eb-n32.d: New test. + * gas/mips/mips16@hilo-diff-eb-n64.d: New test. + * gas/mips/mips16@hilo-diff-el.d: New test. + * gas/mips/mips16@hilo-diff-el-n32.d: New test. + * gas/mips/mips16@hilo-diff-el-n64.d: New test. + * gas/mips/micromips@hilo-diff-eb.d: New test. + * gas/mips/micromips@hilo-diff-eb-n32.d: New test. + * gas/mips/micromips@hilo-diff-eb-n64.d: New test. + * gas/mips/micromips@hilo-diff-el.d: New test. + * gas/mips/micromips@hilo-diff-el-n32.d: New test. + * gas/mips/micromips@hilo-diff-el-n64.d: New test. + * gas/mips/hilo-diff.s: New test source. + * gas/mips/mips.exp: Run the new tests. + 2012-09-23 Richard Sandiford <rdsandiford@googlemail.com> * gas/mips/elf-rel22.s, gas/mips/elf-rel22.d: Add more tests. |