diff options
author | Fangrui Song <maskray@google.com> | 2019-02-06 02:13:40 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-02-06 02:13:40 +0000 |
commit | c1950aa1836e7f63925f97761cfcc9ad96d315cf (patch) | |
tree | 7760204bafd31b11acd7bbb937ef6905a577e32c | |
parent | f55e9a2d2e2dbd9b68776a17942ff989aa95bbc6 (diff) | |
download | bcm5719-llvm-c1950aa1836e7f63925f97761cfcc9ad96d315cf.tar.gz bcm5719-llvm-c1950aa1836e7f63925f97761cfcc9ad96d315cf.zip |
[PPC64] Delete the unnecessary __tls_get_addr from ppc64-tls-ld-le.s
The definition is harmful here as it suppresses R_PPC64_REL24 which is
supposed to follow R_PPC64_TLSLD.
llvm-svn: 353263
-rw-r--r-- | lld/test/ELF/ppc64-tls-ld-le.s | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lld/test/ELF/ppc64-tls-ld-le.s b/lld/test/ELF/ppc64-tls-ld-le.s index b684515e8b0..572de08322f 100644 --- a/lld/test/ELF/ppc64-tls-ld-le.s +++ b/lld/test/ELF/ppc64-tls-ld-le.s @@ -52,9 +52,7 @@ _start: # @_start .Lfunc_end0: .size _start, .Lfunc_end0-.Lfunc_begin0 # -- End function -.globl __tls_get_addr -.type __tls_get_addr,@function -__tls_get_addr: + .type a,@object # @a .section .tdata,"awT",@progbits .p2align 2 |