diff options
Diffstat (limited to 'test/ELF/Inputs/mips-dynamic.s')
-rw-r--r-- | test/ELF/Inputs/mips-dynamic.s | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/test/ELF/Inputs/mips-dynamic.s b/test/ELF/Inputs/mips-dynamic.s deleted file mode 100644 index 6f15cf334d9d2..0000000000000 --- a/test/ELF/Inputs/mips-dynamic.s +++ /dev/null @@ -1,28 +0,0 @@ - .option pic2 - .text - .globl _foo -_foo: - nop - - .globl foo0 - .type foo0, @function -foo0: - nop - - .globl foo1 - .type foo1, @function -foo1: - nop - - .data - .globl data0 - .type data0, @object - .size data0, 4 -data0: - .word 0 - - .globl data1 - .type data1, @object - .size data1, 4 -data1: - .word 0 |