Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-elf / pr28158-2.S
blob4e703b28ed1a366b2b53086d2db94aeebc5e9589
1         .text
2         .section        .text.startup,"ax",@progbits
3         .p2align 4
4         .globl  main
5         .type   main, @function
6 main:
7         .cfi_startproc
8 #ifdef __x86_64__
9         movl    foo(%rip), %eax
10 #else
11         movl    foo, %eax
12 #endif
13         ret
14         .cfi_endproc
15         .size   main, .-main
16         .section        .note.GNU-stack,"",@progbits