diff options
author | Steve Chamberlain <sac@cygnus> | 1994-06-28 01:19:19 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-06-28 01:19:19 +0000 |
commit | 1b01afe6305b9ed67032d3ce9f6ba3164a1f5fd2 (patch) | |
tree | 435059154dfbf63378720ba1d6672d9f6f592178 /gas/testsuite/gasp/assign.is | |
parent | 7a9e58720f5609848056d2078931ac5b3e67cebe (diff) | |
download | gdb-1b01afe6305b9ed67032d3ce9f6ba3164a1f5fd2.zip gdb-1b01afe6305b9ed67032d3ce9f6ba3164a1f5fd2.tar.gz gdb-1b01afe6305b9ed67032d3ce9f6ba3164a1f5fd2.tar.bz2 |
Don't keep the "is" cases, only the "was" cases.
Diffstat (limited to 'gas/testsuite/gasp/assign.is')
-rw-r--r-- | gas/testsuite/gasp/assign.is | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gas/testsuite/gasp/assign.is b/gas/testsuite/gasp/assign.is deleted file mode 100644 index 7fd80e3..0000000 --- a/gas/testsuite/gasp/assign.is +++ /dev/null @@ -1,24 +0,0 @@ -******** assign.amp -! - -!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 -assign.asm:8 Can't find preprocessor variable bar. |