summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/cfi/cfi-arm-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/cfi/cfi-arm-1.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/cfi/cfi-arm-1.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/cfi/cfi-arm-1.s b/binutils-2.25/gas/testsuite/gas/cfi/cfi-arm-1.s
index 8c9d9176..d9624420 100644
--- a/binutils-2.25/gas/testsuite/gas/cfi/cfi-arm-1.s
+++ b/binutils-2.25/gas/testsuite/gas/cfi/cfi-arm-1.s
@@ -18,6 +18,12 @@ foo:
sub fp, ip, #20
.cfi_def_cfa fp, 16
nop
+
+ # Test fix for PR 16694 - the use of VFP registers in .cfi_offset directives.
+ .cfi_offset r1, -16
+ .cfi_offset s1, -20
+ .cfi_offset d11, -48
+
ldmea fp, {fp, sp, pc}
.cfi_endproc
.size foo, .-foo