diff options
Diffstat (limited to 'test/ELF/Inputs/x86-64-split-stack-extra.s')
| -rw-r--r-- | test/ELF/Inputs/x86-64-split-stack-extra.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/ELF/Inputs/x86-64-split-stack-extra.s b/test/ELF/Inputs/x86-64-split-stack-extra.s new file mode 100644 index 0000000000000..29c42185caa35 --- /dev/null +++ b/test/ELF/Inputs/x86-64-split-stack-extra.s @@ -0,0 +1,10 @@ +# This file is split out to provide better code coverage. + .global split + .type split,@function +split: + retq + + .size split,. - split + + .section .note.GNU-stack,"",@progbits + .section .note.GNU-split-stack,"",@progbits |
