diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/sframe-reloc-2a.s')
-rw-r--r-- | ld/testsuite/ld-x86-64/sframe-reloc-2a.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/sframe-reloc-2a.s b/ld/testsuite/ld-x86-64/sframe-reloc-2a.s new file mode 100644 index 0000000..8cd8694 --- /dev/null +++ b/ld/testsuite/ld-x86-64/sframe-reloc-2a.s @@ -0,0 +1,7 @@ + .section sect, "axG", @progbits, sectgroup, comdat + .global _start +_start: + .cfi_startproc + call foo + .cfi_endproc + .section .note.GNU-stack,"",@progbits |