gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / pac_negate_ra_state.s
1 .arch armv8-a
2 .text
3 .align 2
4 .global _Z5foo_av
5 .type _Z5foo_av, %function
6 _Z5foo_av:
7 .LFB0:
8 .cfi_startproc
9 hint 25 // paciasp
10 .cfi_negate_ra_state
11 stp x29, x30, [sp, -16]!
12 .cfi_def_cfa_offset 16
13 .cfi_offset 29, -16
14 .cfi_offset 30, -8
15 .cfi_endproc
16 .LFE0:
17 .size _Z5foo_av, .-_Z5foo_av
18 .align 2
19 .global _Z5foo_bv
20 .type _Z5foo_bv, %function
This page took 0.030359 seconds and 4 git commands to generate.