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. 0ef76c43d739e436ad7f1cccd253cc5713d2d63d


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  0ef76c43d739e436ad7f1cccd253cc5713d2d63d (commit)
      from  697aa1b7d399d80cf164f190d3743513085f1009 (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=0ef76c43d739e436ad7f1cccd253cc5713d2d63d

commit 0ef76c43d739e436ad7f1cccd253cc5713d2d63d
Author: Alan Modra <amodra@gmail.com>
Date:   Sat May 24 22:40:11 2014 +0930

    Localize varible to avoid warning
    
    	* ldlang.c (base): Move variable to..
    	* mri.c: ..here, and make static.
    	* ldlang.h (base): Delete declaration.

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

Summary of changes:
 ld/ChangeLog |    6 ++++++
 ld/ldlang.c  |    2 --
 ld/ldlang.h  |    1 -
 ld/mri.c     |    2 ++
 4 files changed, 8 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]