summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cfi/cfi-sparc-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cfi/cfi-sparc-1.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cfi/cfi-sparc-1.s23
1 files changed, 0 insertions, 23 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cfi/cfi-sparc-1.s b/binutils-2.17/gas/testsuite/gas/cfi/cfi-sparc-1.s
deleted file mode 100644
index a88ac7f7..00000000
--- a/binutils-2.17/gas/testsuite/gas/cfi/cfi-sparc-1.s
+++ /dev/null
@@ -1,23 +0,0 @@
-#; $ as -o test.o -32 gas-cfi-test.s && gcc -m32 -nostdlib -o test test.o
-
- .file "a.c"
- .text
- .align 4
- .globl foo
- .type foo, @function
-foo:
- .cfi_startproc
- save %sp, -104, %sp
- .cfi_def_cfa_register %fp
- .cfi_window_save
- .cfi_register %o7, %i7
- add %i0, 1, %o0
- call bar, 0
- add %i0, 2, %i0
- call bar, 0
- mov %i0, %o0
- add %o0, 3, %o0
- ret
- restore %g0, %o0, %o0
- .cfi_endproc
- .size foo, .-foo