bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/17057] Production of DSOs using TLSDESC is utterly broken on i38


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/17057] Production of DSOs using TLSDESC is utterly broken on i386
Date: Tue, 15 Jul 2014 20:16:02 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=17057

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  998d811a23ca3f2c463dfaf40259486ff9958244 (commit)
      from  41e995687391695e16550eb9c18da8e5d0dcffa9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=998d811a23ca3f2c463dfaf40259486ff9958244

commit 998d811a23ca3f2c463dfaf40259486ff9958244
Author: H.J. Lu <address@hidden>
Date:   Tue Jul 15 13:09:55 2014 -0700

    Update elf_i386_compute_jump_table_size

    Commit e1f987424b7b3f5ac63a2a6ae044a202a44b8ff8 changed how
    next_tls_desc_index was set up.  This patch updates
    elf_i386_compute_jump_table_size to use elf.srelplt->reloc_count
    instead of next_tls_desc_index.

    bfd/

        PR ld/17057
        * elf32-i386.c (elf_i386_compute_jump_table_size): Replace
        next_tls_desc_index with elf.srelplt->reloc_count.

    ld/testsuite/

        PR ld/17057
        * ld-i386/i386.exp: Run pr17057.
        * ld-i386/pr17057.d: New file.
        * ld-i386/pr17057.s: Likewise.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog                  |    6 ++++++
 bfd/elf32-i386.c               |    2 +-
 ld/testsuite/ChangeLog         |    7 +++++++
 ld/testsuite/ld-i386/i386.exp  |    1 +
 ld/testsuite/ld-i386/pr17057.d |    9 +++++++++
 ld/testsuite/ld-i386/pr17057.s |    3 +++
 6 files changed, 27 insertions(+), 1 deletions(-)
 create mode 100644 ld/testsuite/ld-i386/pr17057.d
 create mode 100644 ld/testsuite/ld-i386/pr17057.s

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]