From cedd0df2e21d2721c5538efe4981d55f90e1dabd Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Tue, 24 Mar 2009 03:32:31 +0000 Subject: * elf32-cris.c (cris_elf_relocate_section) : Don't include the TLS size when emitting a known TP offset in the GOT. --- bfd/elf32-cris.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bfd/elf32-cris.c') diff --git a/bfd/elf32-cris.c b/bfd/elf32-cris.c index bd6de292a6..6dc669a493 100644 --- a/bfd/elf32-cris.c +++ b/bfd/elf32-cris.c @@ -1735,9 +1735,8 @@ cris_elf_relocate_section (output_bfd, info, input_bfd, input_section, bfd_vma off; /* The symbol is defined in the program, so just write - (1, -prog_tls_size+known_tpoffset) into the GOT. */ + (1, known_tpoffset) into the GOT. */ relocation -= elf_hash_table (info)->tls_sec->vma; - relocation -= elf_hash_table (info)->tls_size; if (h != NULL) { -- cgit v1.2.1