upload android base code part8

This commit is contained in:
August 2018-08-08 20:10:12 +08:00
parent 841ae54672
commit 5425409085
57075 changed files with 9846578 additions and 0 deletions

View file

@ -0,0 +1,24 @@
.global __tls_get_addr,__tls_get_addr_opt,gd,ld
.type __tls_get_addr,@function
.type __tls_get_addr_opt,@function
.section ".opd","aw",@progbits
__tls_get_addr:
__tls_get_addr_opt:
.align 3
.quad .L.__tls_get_addr
.quad .TOC.@tocbase
.quad 0
.section ".tbss","awT",@nobits
.align 3
gd: .space 8
.section ".tdata","awT",@progbits
.align 2
ld: .long 0xc0ffee
.text
.L.__tls_get_addr:
blr
.size __tls_get_addr,. - .L.__tls_get_addr