summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/cfi/cfi-common-5.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/cfi/cfi-common-5.s')
-rw-r--r--gas/testsuite/gas/cfi/cfi-common-5.s24
1 files changed, 24 insertions, 0 deletions
diff --git a/gas/testsuite/gas/cfi/cfi-common-5.s b/gas/testsuite/gas/cfi/cfi-common-5.s
new file mode 100644
index 000000000000..f59d97782348
--- /dev/null
+++ b/gas/testsuite/gas/cfi/cfi-common-5.s
@@ -0,0 +1,24 @@
+ .text
+ .cfi_startproc simple
+
+ .subsection 3
+ .cfi_startproc simple
+ .long 0
+ .cfi_def_cfa 0, 16
+ .previous
+
+ .long 0
+ .cfi_remember_state
+
+ .subsection 3
+ .long 0
+ .cfi_adjust_cfa_offset -16
+ .previous
+
+ .long 0
+ .cfi_restore_state
+ .cfi_endproc
+
+ .subsection 3
+ .cfi_endproc
+ .previous