summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cfi/cfi-alpha-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cfi/cfi-alpha-2.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cfi/cfi-alpha-2.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cfi/cfi-alpha-2.s b/binutils-2.17/gas/testsuite/gas/cfi/cfi-alpha-2.s
deleted file mode 100644
index 56b22e81..00000000
--- a/binutils-2.17/gas/testsuite/gas/cfi/cfi-alpha-2.s
+++ /dev/null
@@ -1,14 +0,0 @@
- .text
- .ent foo
-foo:
- .frame $30, 0, $26, 0
- .prologue 1
- ret
- .end foo
-
- .ent bar
-bar:
- .frame $30, 0, $26, 0
- .prologue 1
- ret
- .end bar