diff options
author | Nick Clifton <nickc@redhat.com> | 2007-11-20 15:08:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-11-20 15:08:25 +0000 |
commit | 430a16a51d442dd9c7f91631388815d54c70481f (patch) | |
tree | 55b2da5727325f2f8c2600aac85cd4d119e4db05 /bfd/ChangeLog | |
parent | 2207132da48e8347055233edd8cc6b8abffdd0a0 (diff) | |
download | gdb-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/ChangeLog | 5 |
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. |