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, 11 insertions, 0 deletions
diff --git a/test/ELF/Inputs/dynamic-reloc-weak.s b/test/ELF/Inputs/dynamic-reloc-weak.s new file mode 100644 index 000000000000..2310749d9f85 --- /dev/null +++ b/test/ELF/Inputs/dynamic-reloc-weak.s @@ -0,0 +1,11 @@ + .type sym1,@function + .global sym1 +sym1: + + .type sym2,@function + .global sym2 +sym2: + + .type sym3,@function + .global sym3 +sym3: |
