diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-03-14 16:40:09 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-03-14 16:40:09 +0000 |
commit | 0f2830ff5e67bb402e811cfb857c4f22bd7df455 (patch) | |
tree | 06c5f81ed5cf54202055711ff83a77805e4c87eb /bfd/ChangeLog | |
parent | ff9b3928e9fab5ea4de31101179059c4b91ad9d8 (diff) | |
download | gdb-0f2830ff5e67bb402e811cfb857c4f22bd7df455.zip gdb-0f2830ff5e67bb402e811cfb857c4f22bd7df455.tar.gz gdb-0f2830ff5e67bb402e811cfb857c4f22bd7df455.tar.bz2 |
2008-03-14 H.J. Lu <hongjiu.lu@intel.com>
PR ld/5913
* elfxx-ia64.c (elfNN_ia64_tprel_base): Remove BFD_ASSERT.
(elfNN_ia64_dtprel_base): Likewise.
(elfNN_ia64_relocate_section): Go to missing_tls_sec if
tls_sec is NULL before calling elfNN_ia64_tprel_base or
elfNN_ia64_dtprel_base. Report unsupported TLS relocations.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a86aac4..54f5a9b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2008-03-14 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/5913 + * elfxx-ia64.c (elfNN_ia64_tprel_base): Remove BFD_ASSERT. + (elfNN_ia64_dtprel_base): Likewise. + (elfNN_ia64_relocate_section): Go to missing_tls_sec if + tls_sec is NULL before calling elfNN_ia64_tprel_base or + elfNN_ia64_dtprel_base. Report unsupported TLS relocations. + 2008-03-14 Alan Modra <amodra@bigpond.net.au> * elf32-spu.c (process_stubs, spu_elf_relocate_section): Move |