aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-06-04 23:14:30 +0000
committerAlan Modra <amodra@gmail.com>2000-06-04 23:14:30 +0000
commita6b9488aec1db801eff0f6384d31580b79533ec4 (patch)
treee0153e3e67c6e52e9ec9494a4e76b67dc7fd0670 /gas
parentac2e2ef7e2214be3672096ea7e6641d6a0651fd7 (diff)
downloadfsf-binutils-gdb-a6b9488aec1db801eff0f6384d31580b79533ec4.zip
fsf-binutils-gdb-a6b9488aec1db801eff0f6384d31580b79533ec4.tar.gz
fsf-binutils-gdb-a6b9488aec1db801eff0f6384d31580b79533ec4.tar.bz2
Modify test to check line separator works.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/i386/prefix.s11
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