Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv8-a+pan.s
1 .syntax unified
2 .arch armv8-a
3 .arch_extension pan
4
5 .arm
6 A1:
7 setpan #0
8 setpan #1
9
10 .thumb
11 T1:
12 setpan #0
13 setpan #1
14
This page took 0.030688 seconds and 4 git commands to generate.