diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-04 23:14:30 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-04 23:14:30 +0000 |
commit | a6b9488aec1db801eff0f6384d31580b79533ec4 (patch) | |
tree | e0153e3e67c6e52e9ec9494a4e76b67dc7fd0670 /gas | |
parent | ac2e2ef7e2214be3672096ea7e6641d6a0651fd7 (diff) | |
download | binutils-a6b9488aec1db801eff0f6384d31580b79533ec4.zip binutils-a6b9488aec1db801eff0f6384d31580b79533ec4.tar.gz binutils-a6b9488aec1db801eff0f6384d31580b79533ec4.tar.bz2 |
Modify test to check line separator works.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/prefix.s | 11 |
2 files changed, 8 insertions, 8 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e3a418d..9f702bb 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-06-04 Alan Modra <alan@linuxcare.com.au> + + * gas/i386/prefix.s: Modify so we have at least one x86 test that + checks the line separator. + Sun May 21 10:08:08 2000 Hans-Peter Nilsson <hp@axis.com> * gas/elf/elf.exp: Exclude *-*-linux*coff* as non-elf. diff --git a/gas/testsuite/gas/i386/prefix.s b/gas/testsuite/gas/i386/prefix.s index 8f5dffd..5cf55cd 100644 --- a/gas/testsuite/gas/i386/prefix.s +++ b/gas/testsuite/gas/i386/prefix.s @@ -1,11 +1,6 @@ -.text -foo: - addr16 fstcw %es:(%si) - fstsw - fstsw %ax - fstsw %eax - addr16 fstsw %ax - addr16 rep cmpsw %es:(%di),%ss:(%si) +.text ; foo: addr16 fstcw %es:(%si) + fstsw;fstsw %ax;fstsw %eax + addr16 fstsw %ax ;addr16 rep cmpsw %es:(%di),%ss:(%si) # Get a good alignment. .p2align 4,0 |