gdb and binutils branch master updated. 230977a4a571a15fe81b689b1706129d4c4e0daf

bluecmd@sourceware.org bluecmd@sourceware.org
Tue Apr 29 14:37:00 GMT 2014


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  230977a4a571a15fe81b689b1706129d4c4e0daf (commit)
      from  ca4f7f8bebc069b8beec58754dc721e9be0798c7 (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=230977a4a571a15fe81b689b1706129d4c4e0daf

commit 230977a4a571a15fe81b689b1706129d4c4e0daf
Author: Christian Svensson <blue@cmd.nu>
Date:   Tue Apr 29 00:34:59 2014 +0200

    or1k: Do not override section for non-TLS symbols.
    
    Outgoing section for relocations was computed by setting a shared
    pointer to which section should be used. For TLS this was overriden to
    use .rela.got since they use GOT entries but since the pointer is per
    section that whole section was relocated to .rela.got, even non-TLS
    relocations.
    
    * elf32-or1k.c: Fix a bug where non-TLS relocations would be forced
    into .rela.got if it contained TLS relocations as well.

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

Summary of changes:
 bfd/ChangeLog    |    5 +++++
 bfd/elf32-or1k.c |   11 ++---------
 2 files changed, 7 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
gdb and binutils



More information about the Binutils-cvs mailing list