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: Thu, 14 Nov 2013 15:42:22 +0000

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

--- Comment #1 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  57460bcf82df9e5e335be84ecc9bdef33dddc934 (commit)
      from  c7e8af9b3bc0881c59c999d7b78348d359383efe (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=57460bcf82df9e5e335be84ecc9bdef33dddc934

commit 57460bcf82df9e5e335be84ecc9bdef33dddc934
Author: Nick Clifton <address@hidden>
Date:   Thu Nov 14 15:39:51 2013 +0000

        PR ld/16017
        * elf32-arm.c (elf32_arm_populate_plt_entry): Return a boolean
        value, TRUE for success, FALSE for failure.
        Fail if attempting to create a PLT entry for a thumb only target.
        (elf32_arm_final_link_relocate): Check result of calling
        elf32_arm_populate_plt_entry.
        (elf32_arm_finish_dynamic_symbol): Likewise.

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

Summary of changes:
 bfd/ChangeLog   |   10 ++++++++++
 bfd/elf32-arm.c |   31 ++++++++++++++++++++++++-------
 2 files changed, 34 insertions(+), 7 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]