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


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  ffccb7afb54cf09db1013f941e8dfc5127b01876 (commit)
      from  703ec4e8d0c1daac6033e14170c0ddd28c455c0a (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=ffccb7afb54cf09db1013f941e8dfc5127b01876

commit ffccb7afb54cf09db1013f941e8dfc5127b01876
Author: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Date:   Wed Aug 13 23:17:50 2014 +0300

    bfd: or1k: avoid emitting R_OR1K_INSN_REL_26 in shared libs
    
    This fixes a bug where R_OR1K_INSN_REL_26 relocations would be emitted
    into shared libraries even when the referenced symbol was hidden
    or the symbol was contained in the same .so which had been
    linked with -Bsymbolic.
    
    bfd/
    	* elf32-or1k.c (or1k_elf_relocate_section, or1k_elf_check_relocs,
    	allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL
    	and SYMBOLIC_BIND.

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

Summary of changes:
 bfd/ChangeLog    |    6 ++++++
 bfd/elf32-or1k.c |   24 ++++++------------------
 2 files changed, 12 insertions(+), 18 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]