diff options
Diffstat (limited to 'gas/testsuite/gasp/data.out')
-rw-r--r-- | gas/testsuite/gasp/data.out | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/gas/testsuite/gasp/data.out b/gas/testsuite/gasp/data.out deleted file mode 100644 index e96e1e5..0000000 --- a/gas/testsuite/gasp/data.out +++ /dev/null @@ -1,45 +0,0 @@ -! - -!foo .DATA 1,2,3 -foo: .long 1,2,3 -!bar .DATA 1,2,3,4,5 ,6 -bar: .long 1,2,3,4,5,6 -! .DATA.B 12345,12,2 - .byte 12345,12,2 -! .DATA.W 9,2,12,3,13+41,foo+9 - .short 9,2,12,3,54,foo+9 -! .DATA.L 2~99 - .long 97 -! - -! - -! - -! .DATAB 1,2,3 - .fill 1,4,2 -! .DATAB 1,2,3 - .fill 1,4,2 -! - -! - -! - -! - -! .DATAB 1,9+32 - .fill 1,4,41 -! - -! .DATAB.L 1,H'11111111 - .fill 1,4,286331153 -! .DATAB.W 2,H'2222 - .fill 2,2,8738 -! .DATAB.B 3,H'333 - .fill 3,1,819 -! - -! - -! .END |