Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi-alpha-2.s
1 .text
2 .ent foo
3 foo:
4 .frame $30, 0, $26, 0
5 .prologue 1
6 ret
7 .end foo
8
9 .ent bar
10 bar:
11 .frame $30, 0, $26, 0
12 .prologue 1
13 ret
14 .end bar
This page took 0.030412 seconds and 4 git commands to generate.