This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic6x / attr-arch-directive-2.s
1 # .arch directives override previous attributes before instructions
2 # are seen, but not after.
3 .text
4 .globl f
5 f:
6 .arch c67x
7 .arch c62x
8 nop
9 .arch c64x+
This page took 0.030397 seconds and 4 git commands to generate.