diff options
Diffstat (limited to 'test/ELF/Inputs/dynamic-reloc-weak.s')
-rw-r--r-- | test/ELF/Inputs/dynamic-reloc-weak.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/ELF/Inputs/dynamic-reloc-weak.s b/test/ELF/Inputs/dynamic-reloc-weak.s deleted file mode 100644 index 2310749d9f85..000000000000 --- a/test/ELF/Inputs/dynamic-reloc-weak.s +++ /dev/null @@ -1,11 +0,0 @@ - .type sym1,@function - .global sym1 -sym1: - - .type sym2,@function - .global sym2 -sym2: - - .type sym3,@function - .global sym3 -sym3: |