b3dfd7fe24
self_dtpmod_done and self_dtpmod_offset. (allocate_global_data_got): Only use one got entry for all dtpmod relocs against local symbols. (allocate_dynrel_entries): Only need .rela.got entry for dtpmod against global symbol. (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset. Reserve space in .rela.got for the local dtpmod entry. (set_got_entry): Initialize the common local dtpmod .got entry. (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB and R_IA_64_DTPREL64MSB. * config/tc-ia64.c (ia64_cons_fix_new): Handle @dtprel() in data. * ld-ia64/ia64.exp: New. * ld-ia64/tlsbin.dd: New test. * ld-ia64/tlsbinpic.s: New test. * ld-ia64/tlsbin.rd: New test. * ld-ia64/tlsbin.s: New test. * ld-ia64/tlsbin.sd: New test. * ld-ia64/tlsbin.td: New test. * ld-ia64/tlsg.s: New test. * ld-ia64/tlsg.sd: New test. * ld-ia64/tlslib.s: New test. * ld-ia64/tlspic1.s: New test. * ld-ia64/tlspic2.s: New test. * ld-ia64/tlspic.dd: New test. * ld-ia64/tlspic.rd: New test. * ld-ia64/tlspic.sd: New test. * ld-ia64/tlspic.td: New test.
18 lines
336 B
ArmAsm
18 lines
336 B
ArmAsm
.section ".tdata", "awT", @progbits
|
|
.globl sG1, sG2, sG3, sG4, sG5, sG6, sG7, sG8
|
|
sG1: .long 513
|
|
sG2: .long 514
|
|
sG3: .long 515
|
|
sG4: .long 516
|
|
sG5: .long 517
|
|
sG6: .long 518
|
|
sG7: .long 519
|
|
sG8: .long 520
|
|
|
|
.text
|
|
/* Dummy. */
|
|
.globl __tls_get_addr#
|
|
.proc __tls_get_addr#
|
|
__tls_get_addr:
|
|
br.ret.sptk.many b0
|
|
.endp __tls_get_addr#
|