[PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / eh6.s
CommitLineData
184d07da
RS
1 .section .text.foo, "ax", @progbits
2 .globl foo
3 .type foo, @function
4foo:
5 .cfi_startproc simple
6 .cfi_personality 0x80, indirect_ptr
7 ret
8 .cfi_endproc
9 .size foo, . - foo
10
11 .section .data.rel.ro, "a", @progbits
12indirect_ptr:
7cc9c114 13 .dc.a my_personality_v0
184d07da
RS
14
15 .globl my_personality_v0
16my_personality_v0:
17 .long 0
This page took 0.498603 seconds and 4 git commands to generate.