summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cfi/cfi-arm-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cfi/cfi-arm-1.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cfi/cfi-arm-1.s23
1 files changed, 0 insertions, 23 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cfi/cfi-arm-1.s b/binutils-2.17/gas/testsuite/gas/cfi/cfi-arm-1.s
deleted file mode 100644
index 8c9d9176..00000000
--- a/binutils-2.17/gas/testsuite/gas/cfi/cfi-arm-1.s
+++ /dev/null
@@ -1,23 +0,0 @@
-#; $ as -o test.o gas-cfi-test.s && gcc -nostdlib -o test test.o
-
- .file "a.c"
- .text
- .align 2
- .global foo
- .type foo, %function
-foo:
- .cfi_startproc
- mov ip, sp
- .cfi_def_cfa ip, 0
- stmfd sp!, {r0, r1, r2, r3}
- .cfi_def_cfa sp, 16
- stmfd sp!, {fp, ip, lr, pc}
- .cfi_adjust_cfa_offset 16
- .cfi_rel_offset r11, 0
- .cfi_rel_offset lr, 8
- sub fp, ip, #20
- .cfi_def_cfa fp, 16
- nop
- ldmea fp, {fp, sp, pc}
- .cfi_endproc
- .size foo, .-foo