diff options
Diffstat (limited to 'test/ELF/Inputs/mips-dynamic.s')
| -rw-r--r-- | test/ELF/Inputs/mips-dynamic.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ELF/Inputs/mips-dynamic.s b/test/ELF/Inputs/mips-dynamic.s new file mode 100644 index 000000000000..eba5b7f327b4 --- /dev/null +++ b/test/ELF/Inputs/mips-dynamic.s @@ -0,0 +1,4 @@ + .text + .globl _foo +_foo: + nop |
