summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/ld/testsuite/ld-sh/fdpic-funcdesc-static.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/ld/testsuite/ld-sh/fdpic-funcdesc-static.s')
-rw-r--r--binutils-2.24/ld/testsuite/ld-sh/fdpic-funcdesc-static.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/binutils-2.24/ld/testsuite/ld-sh/fdpic-funcdesc-static.s b/binutils-2.24/ld/testsuite/ld-sh/fdpic-funcdesc-static.s
deleted file mode 100644
index f59e0d9..0000000
--- a/binutils-2.24/ld/testsuite/ld-sh/fdpic-funcdesc-static.s
+++ /dev/null
@@ -1,14 +0,0 @@
- .data
- .globl bar
- .type bar,@object
- .size bar,4
-bar:
- .long foo@FUNCDESC
- .text
- .type foo,@function
-foo:
- nop
- .globl _start
- .type _start,@function
-_start:
- nop