* dw2gencfi.c (output_fde): Use fix_new to emit pc-relative reloc.
[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