i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / cet-shstk-inval.s
1 .arch .shstk
2 incsspd %ecx
3 rdsspd %ecx
4
5 .arch .noshstk
6 incsspd %ecx
7 rdsspd %ecx
This page took 0.031459 seconds and 4 git commands to generate.