aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-11-20 15:08:25 +0000
committerNick Clifton <nickc@redhat.com>2007-11-20 15:08:25 +0000
commit430a16a51d442dd9c7f91631388815d54c70481f (patch)
tree55b2da5727325f2f8c2600aac85cd4d119e4db05 /bfd/ChangeLog
parent2207132da48e8347055233edd8cc6b8abffdd0a0 (diff)
downloadgdb-430a16a51d442dd9c7f91631388815d54c70481f.zip
gdb-430a16a51d442dd9c7f91631388815d54c70481f.tar.gz
gdb-430a16a51d442dd9c7f91631388815d54c70481f.tar.bz2
* elflink.c (elf_link_output_extsym): Weaken assertion: if --gc-section is set, there may be no TLS segment.
* lib/ld-lib.exp (check_gc_sections_available): New proc, based on the version in gcc/testsuite/lib/target-supports.exp. * ld-elf/eld.exp: Use check_gc_sections_available.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f85cf92..c02027b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-16 Tristan Gingold <gingold@adacore.com>
+
+ * elflink.c (elf_link_output_extsym): Weaken assertion: if
+ --gc-section is set, there may be no TLS segment.
+
2007-11-19 Alan Modra <amodra@bigpond.net.au>
* elf-bfd.h (bfd_elf_perform_complex_relocation): Update prototype.