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. eed94f8f8eddbd2268fc317508044bedc81a4e70


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  eed94f8f8eddbd2268fc317508044bedc81a4e70 (commit)
      from  1a8a700e3a6fd88bcd5b3988a1f738da463f5b1b (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=eed94f8f8eddbd2268fc317508044bedc81a4e70

commit eed94f8f8eddbd2268fc317508044bedc81a4e70
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Mar 4 15:25:53 2014 +0000

    Install patch for PR ld/16017.  This adds support for generating PLT entries
    using Thumb2 instructions for those cores which do not support the ARM ISA.
    
    	* elf32-arm.c (elf32_thumb2_plt0_entry): New array.
    	(elf32_thumb2_plt_entry): New array.
    	(elf32_arm_create_dynamic_sections): Set PLT entry sizes when
    	using thumb2 based PLT.
    	(elf32_arm_populate_plt_entry): Handle generating Thumb2 based PLT
    	entries.
    	(elf32_arm_final_link_relocate): Do not bias jumps to Thumb based
    	PLT entries.
    	(elf32_arm_finish_dynamic_sections): Handle creation of Thumb2
    	based PLT 0-entry.
    	(elf32_arm_output_plt_map_1): Handle creation of local symbols for
    	Thumb2 based PLT 0-entry.
    	(elf32_arm_output_arch_local_syms): Handle creation of local
    	symbols for Thumb2 based PLT entries.

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

Summary of changes:
 bfd/ChangeLog   |   18 +++++
 bfd/elf32-arm.c |  188 ++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 164 insertions(+), 42 deletions(-)


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]