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


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  f9c316c4d75be236bbaa8464ef803ed2d3859d6d (commit)
      from  b0a16e66b0391025b04acb79af36d4618379cb14 (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=f9c316c4d75be236bbaa8464ef803ed2d3859d6d

commit f9c316c4d75be236bbaa8464ef803ed2d3859d6d
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Jan 15 07:43:19 2014 -0800

    Silence uninitialized warning on ehdr_start_save
    
    Older GCC, like 4.1/4.2, will issue an uninitialized warning on
    ehdr_start_save.  This patch silences by using
    
    struct bfd_link_hash_entry ehdr_start_save = ehdr_start_save;
    
    	* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
    	Silence uninitialized warning on ehdr_start_save with older
    	GCC.

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

Summary of changes:
 ld/ChangeLog          |    6 ++++++
 ld/emultempl/elf32.em |    2 +-
 2 files changed, 7 insertions(+), 1 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]