summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cfi/cfi-i386-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cfi/cfi-i386-2.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cfi/cfi-i386-2.s17
1 files changed, 0 insertions, 17 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cfi/cfi-i386-2.s b/binutils-2.17/gas/testsuite/gas/cfi/cfi-i386-2.s
deleted file mode 100644
index 811220b5..00000000
--- a/binutils-2.17/gas/testsuite/gas/cfi/cfi-i386-2.s
+++ /dev/null
@@ -1,17 +0,0 @@
- .text
- .globl foo
- .type foo,@function
- .cfi_startproc
-foo:
- push %ebp
- .cfi_adjust_cfa_offset 4
- .cfi_offset %ebp, -8
- .align 4
- push %ebx
- .cfi_offset %ebx, -12
- .cfi_adjust_cfa_offset 4
- nop
- pop %ebx
- pop %ebp
- ret
- .cfi_endproc