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


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  7d4c687d5653e380cf69ac588563c9e273828353 (commit)
      from  e095146be2c9f27e20743810038dc372a0387f75 (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=7d4c687d5653e380cf69ac588563c9e273828353

commit 7d4c687d5653e380cf69ac588563c9e273828353
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Feb 19 14:23:12 2014 +1030

    Control powerpc64-ld provision of register save/restore
    
    This patch allows the user to override powerpc64-ld's default for
    providing linker generated register save and restore functions as used
    by gcc -Os code.  Normally these are not provided by ld -r, so Linux
    kernel modules have needed to include their own copies.
    
    bfd/
    	* elf64-ppc.h (struct ppc64_elf_params): Add save_restore_funcs.
    	* elf64-ppc.c (ppc64_elf_func_desc_adjust): Use it to control
    	provision of out-of-line register save/restore routines.
    ld/
    	* emultempl/ppc64elf.em (params): Init new field.
    	(ppc_create_output_section_statements): Set params.save_restore_funcs
    	default.
    	(PARSE_AND_LIST_*): Add support for --save-restore-funcs and
    	--no-save-restore-funcs.

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

Summary of changes:
 bfd/ChangeLog            |    6 ++++++
 bfd/elf64-ppc.c          |    2 +-
 bfd/elf64-ppc.h          |    3 +++
 ld/ChangeLog             |    8 ++++++++
 ld/emultempl/ppc64elf.em |   26 ++++++++++++++++++++++++--
 5 files changed, 42 insertions(+), 3 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]