aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2006-02-28 07:16:12 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2006-02-28 07:16:12 +0000
commit5ae0bfb60a576344d7f701605346282c1144499e (patch)
tree65e12d2ad3279a32dbaa7e1289beae61049b1fed /ld/testsuite/ChangeLog
parentcc10cae34af928d41c47ed1014abafde99165c28 (diff)
downloadgdb-5ae0bfb60a576344d7f701605346282c1144499e.zip
gdb-5ae0bfb60a576344d7f701605346282c1144499e.tar.gz
gdb-5ae0bfb60a576344d7f701605346282c1144499e.tar.bz2
bfd/
* elf32-i386.c (elf_i386_link_hash_table): Add next_tls_desc_index. (elf_i386_link_hash_table_create): Initialize it. (elf_i386_compute_jump_table_size): Use it instead of srelplt->reloc_count. (allocate_dynrelocs): Likewise. (elf_i386_size_dynamic_sections): Likewise. (elf_i386_relocate_section): Likewise. ld/testsuite/ * ld-i386/emit-relocs.s, ld-i386/emit-relocs.d: New test. * ld-i386/i386.exp: Run it.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r--ld/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 882fc65..7e533d6 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-28 Richard Sandiford <richard@codesourcery.com>
+
+ * ld-i386/emit-relocs.s, ld-i386/emit-relocs.d: New test.
+ * ld-i386/i386.exp: Run it.
+
2006-02-23 H.J. Lu <hongjiu.lu@intel.com>
* ld-pie/weakundef-data.c: Fix the typo.