This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 998d811a23ca3f2c463dfaf40259486ff9958244


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 <hjl.tools@gmail.com>
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


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]