From a6b9488aec1db801eff0f6384d31580b79533ec4 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sun, 4 Jun 2000 23:14:30 +0000 Subject: [PATCH] Modify test to check line separator works. --- gas/testsuite/ChangeLog | 5 +++++ 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 + + * 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 * 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 -- 2.7.4