diff options
Diffstat (limited to 'gas/testsuite/gasp/assign.out')
-rw-r--r-- | gas/testsuite/gasp/assign.out | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gas/testsuite/gasp/assign.out b/gas/testsuite/gasp/assign.out deleted file mode 100644 index 85509ae..0000000 --- a/gas/testsuite/gasp/assign.out +++ /dev/null @@ -1,22 +0,0 @@ -! - -!foo: .ASSIGNC "hello" -!BAR: .ASSIGNA 12+34 -! - -! \&foo'foo - hellofoo -! \&foo\&foo\&foo - hellohellohello -! \&foo \&foo \&foo - hello hello hello -! \&BAR\&bar\&BAR - 4646 -! - -! - -! - -! -! .END |