diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-07-12 15:18:47 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-07-12 15:18:47 +0000 |
commit | f9cc25de333060fea941bd76515ed0f845a60d2b (patch) | |
tree | ade16ea95b64db45821b320cf42b734b00de94c5 | |
parent | 38f1196a3d4e5df7143784c37582309c1d2f7a75 (diff) | |
download | fsf-binutils-gdb-f9cc25de333060fea941bd76515ed0f845a60d2b.zip fsf-binutils-gdb-f9cc25de333060fea941bd76515ed0f845a60d2b.tar.gz fsf-binutils-gdb-f9cc25de333060fea941bd76515ed0f845a60d2b.tar.bz2 |
* gas/mmix/relax1-n.d, gas/mmix/relax1-rn.d: Avoid "# FIXME: "
first on a line, adjusting for testsuite framework change.
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mmix/relax1-n.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mmix/relax1-rn.d | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 052ea83..c7b51c1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-07-12 Hans-Peter Nilsson <hp@bitrange.com> + + * gas/mmix/relax1-n.d, gas/mmix/relax1-rn.d: Avoid "# FIXME: " + first on a line, adjusting for testsuite framework change. + 2005-07-10 H.J. Lu <hongjiu.lu@intel.com> * i386/x86_64.s: Add absolute siged 32bit addressing tests for diff --git a/gas/testsuite/gas/mmix/relax1-n.d b/gas/testsuite/gas/mmix/relax1-n.d index 4df6a56..2de7d74 100644 --- a/gas/testsuite/gas/mmix/relax1-n.d +++ b/gas/testsuite/gas/mmix/relax1-n.d @@ -2,8 +2,8 @@ #as: -no-expand -x #source: relax1.s # -# FIXME: This test-case assumes that out-of-range errors cause relocs to -# be emitted, rather than errors emitted. +# This test-case assumes that out-of-range errors cause relocs to +# be emitted, rather than errors emitted. FIXME. .*: file format elf64-mmix diff --git a/gas/testsuite/gas/mmix/relax1-rn.d b/gas/testsuite/gas/mmix/relax1-rn.d index 20d0b1f..3d16c84 100644 --- a/gas/testsuite/gas/mmix/relax1-rn.d +++ b/gas/testsuite/gas/mmix/relax1-rn.d @@ -2,8 +2,8 @@ #as: -linkrelax -no-expand -x #source: relax1.s # -# FIXME: This test-case assumes that out-of-range errors (still) cause -# relocs to be emitted, rather than errors emitted. +# This test-case assumes that out-of-range errors (still) cause +# relocs to be emitted, rather than errors emitted. FIXME. .*: file format elf64-mmix |