* gas/ppc/altivec_xcoff.s: Do not use .machine pseudo-ops as it overrides gas options.
[platform/upstream/binutils.git] / gas / testsuite / gas / ppc / altivec_xcoff.s
1 # PowerPC xcoff AltiVec tests
2 #as: -mppc -maltivec
3         .csect .text[PR]
4         .csect main[DS]
5 main:
6         .csect .text[PR]
7 .main:
8         dss     3
9         dssall  
10         dst     5,4,1
11         dstt    8,7,0
12         dstst   5,6,3
13         dststt  4,5,2
14
15