summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/binutils/testsuite/binutils-all/link-order.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/binutils/testsuite/binutils-all/link-order.s')
-rw-r--r--binutils-2.24/binutils/testsuite/binutils-all/link-order.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/binutils-2.24/binutils/testsuite/binutils-all/link-order.s b/binutils-2.24/binutils/testsuite/binutils-all/link-order.s
deleted file mode 100644
index 5994cb81..00000000
--- a/binutils-2.24/binutils/testsuite/binutils-all/link-order.s
+++ /dev/null
@@ -1,13 +0,0 @@
- .text
- .align 16
- .global foo#
- .proc foo#
-foo:
- .prologue 2, 2
- .vframe r2
- mov r2 = r12
- .body
- .restore sp
- mov r12 = r2
- br.ret.sptk.many b0
- .endp foo#