diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-01-23 16:11:25 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-01-23 16:11:25 +0000 |
commit | 54104db434d400e07cc238c9ac47c5e34e01cb20 (patch) | |
tree | 44e0798f9acafa44b8db8088f14763df64886e21 /test | |
parent | 145c532e68acdf70d40bab5bc2034f692848b8dc (diff) |
Add support for lowercase variants.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/ELF/relocation.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/relocation.s b/test/MC/ELF/relocation.s index 697e4a6c48..dabe721d90 100644 --- a/test/MC/ELF/relocation.s +++ b/test/MC/ELF/relocation.s @@ -13,7 +13,7 @@ bar: leaq foo@TLSGD(%rip), %rax # R_X86_64_TLSGD leaq foo@TPOFF(%rax), %rax # R_X86_64_TPOFF32 leaq foo@TLSLD(%rip), %rdi # R_X86_64_TLSLD - leaq foo@DTPOFF(%rax), %rcx # R_X86_64_DTPOFF32 + leaq foo@dtpoff(%rax), %rcx # R_X86_64_DTPOFF32 pushq $bar movq foo(%rip), %rdx leaq foo-bar(%r14),%r14 |