MIPS/BFD: Report `bfd_reloc_outofrange' errors as such
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / noavx-1.s
1 # Test .arch .noavx
2 .text
3 .arch generic32
4 vzeroupper
5 .arch .avx
6 vzeroupper
7 .arch .noavx
8 vzeroupper
This page took 0.029944 seconds and 4 git commands to generate.