diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-01-27 22:28:22 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-01-27 22:28:22 +0000 |
commit | f6f0598346619a96534beb53fb0872e33614ae22 (patch) | |
tree | 6417473e5f8daeba3ffd2bb7362a99b6298c7a12 /bfd/ChangeLog | |
parent | 27cc28f94b69c07ac6c4b1834c2e65538dbbcc3a (diff) | |
download | gdb-f6f0598346619a96534beb53fb0872e33614ae22.zip gdb-f6f0598346619a96534beb53fb0872e33614ae22.tar.gz gdb-f6f0598346619a96534beb53fb0872e33614ae22.tar.bz2 |
* elf32-cris.c (cris_elf_relocate_section): Use elf_hash_table
(info)->tls_size, not elf_hash_table (info)->tls_sec->size for
the size of local TLS data.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f6102d5..6f16c7d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2009-01-27 Hans-Peter Nilsson <hp@axis.com> + + * elf32-cris.c (cris_elf_relocate_section): Use elf_hash_table + (info)->tls_size, not elf_hash_table (info)->tls_sec->size for + the size of local TLS data. + 2009-01-27 Andreas Schwab <schwab@suse.de> * mach-o.c (bfd_mach_o_archive_p): Restrict the number of |