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. 18cd5bce47dc4a33dd1d8e3036b99d2fa7e3234f


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  18cd5bce47dc4a33dd1d8e3036b99d2fa7e3234f (commit)
      from  b879806f2fdd2eca7092d7b854d6cbbbbbd0493b (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=18cd5bce47dc4a33dd1d8e3036b99d2fa7e3234f

commit 18cd5bce47dc4a33dd1d8e3036b99d2fa7e3234f
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Aug 14 13:49:31 2014 +0930

    Linker part of PR16563 fix
    
    Presents .eh_frame input sections to the optimisation machinery in
    elf-eh-frame.c in the order they are given by the linker script.
    
    	PR 16563
    bfd/
    	* elflink.c (bfd_elf_discard_info): Process .eh_frame and .stab
    	in the order they are mapped to output sections.
    ld/
    	* ldlang.c (map_head_is_link_order): Rename from
    	stripped_excluded_sections.
    	(lang_clear_os_map): New function, extracted from..
    	(strip_excluded_output_sections): ..here.
    	* ldlang.h (lang_clear_os_map): Declare.
    	* ldwrite.c (ldwrite): Call lang_clear_os_map.
    	* emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
    	Likewise.

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

Summary of changes:
 bfd/ChangeLog           |    6 +++
 bfd/elflink.c           |  109 ++++++++++++++++++++++++++--------------------
 ld/ChangeLog            |   12 +++++
 ld/emultempl/sh64elf.em |    3 +
 ld/ldlang.c             |   42 +++++++++++++++---
 ld/ldlang.h             |    2 +
 ld/ldwrite.c            |    1 +
 7 files changed, 121 insertions(+), 54 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]