diff options
author | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:11 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:11 +0000 |
commit | 252b5132c753830d5fd56823373aed85f2a0db63 (patch) | |
tree | 1af963bfd8d3e55167b81def4207f175eaff3a56 /gas/testsuite/gasp/data.out | |
download | gdb-252b5132c753830d5fd56823373aed85f2a0db63.zip gdb-252b5132c753830d5fd56823373aed85f2a0db63.tar.gz gdb-252b5132c753830d5fd56823373aed85f2a0db63.tar.bz2 |
19990502 sourceware importbinu_ss_19990502
Diffstat (limited to 'gas/testsuite/gasp/data.out')
-rw-r--r-- | gas/testsuite/gasp/data.out | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/data.out b/gas/testsuite/gasp/data.out new file mode 100644 index 0000000..e96e1e5 --- /dev/null +++ b/gas/testsuite/gasp/data.out @@ -0,0 +1,45 @@ +! + +!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 |