ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19319a.S
blob01eca1b85ab10a68ade31fa88dc847c6aa7e3de5
1         .text
2         .globl  foo
3         .type   foo, @function
4 foo:
5         movq    __start_my_section@GOTPCREL(%rip), %rax
6         ret
7         .size   foo, .-foo
8         .section        my_section,"aw",@progbits
9         .align 8
10         .long   4660
11         .long   22136
12         .section        .note.GNU-stack