Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / i860 / dir-align01.s
1 # Test that .text section alignments use nops (0xA0000000) to fill
2 # rather than 0.
3         .text
4         adds    %r4,%r5,%r6
5         .align 16
6         adds    %r10,%r11,%r12
7         fmlow.dd        %f22,%f24,%f26
8         pfadd.ss        %f14,%f15,%f16
9         pfadd.sd        %f17,%f18,%f20
10
11