diff options
Diffstat (limited to 'test/ELF/Inputs/relocatable-ehframe.s')
-rw-r--r-- | test/ELF/Inputs/relocatable-ehframe.s | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/ELF/Inputs/relocatable-ehframe.s b/test/ELF/Inputs/relocatable-ehframe.s new file mode 100644 index 000000000000..384aac6e7ced --- /dev/null +++ b/test/ELF/Inputs/relocatable-ehframe.s @@ -0,0 +1,14 @@ +.section foo1,"ax",@progbits +.cfi_startproc + nop +.cfi_endproc + +.section bar1,"ax",@progbits +.cfi_startproc + nop +.cfi_endproc + +.section dah1,"ax",@progbits +.cfi_startproc + nop +.cfi_endproc |