x86-64: fix handling of PUSH/POP of segment register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi-alpha-2.s
CommitLineData
eafbc43f
RH
1 .text
2 .ent foo
3foo:
4 .frame $30, 0, $26, 0
5 .prologue 1
6 ret
7 .end foo
8
9 .ent bar
10bar:
11 .frame $30, 0, $26, 0
12 .prologue 1
13 ret
14 .end bar
This page took 0.737892 seconds and 4 git commands to generate.