bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/16017] LD creates invalid PLT instructions on CORTEX-M3


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/16017] LD creates invalid PLT instructions on CORTEX-M3
Date: Tue, 04 Mar 2014 15:27:50 +0000

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

--- Comment #26 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  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 <address@hidden>
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(-)

-- 
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]