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


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  7dd9c6eb050bb23bff18b3139589f202d4c63a33 (commit)
      from  2edab91c10dcae30a93ce7d9f8088b8b33ee55eb (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=7dd9c6eb050bb23bff18b3139589f202d4c63a33

commit 7dd9c6eb050bb23bff18b3139589f202d4c63a33
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Jan 22 12:51:19 2014 +1030

    Miscellaneous ld tidies
    
    Localise a struct, prevent an unneeded symbol lookup, and fix a
    testcase.
    
    ld/
    	* ld.h (struct map_symbol_def): Move to..
    	* ldlang.h: ..here.
    	* ldlang.c (print_assignment): Don't set expld.assign_name to dot.
    ld/testsuite/
    	* ld-scripts/pr14962-2.d: Correct target triple.

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

Summary of changes:
 ld/ChangeLog                        |    6 ++++++
 ld/ld.h                             |    5 -----
 ld/ldlang.c                         |    3 ++-
 ld/ldlang.h                         |    5 +++++
 ld/testsuite/ChangeLog              |    4 ++++
 ld/testsuite/ld-scripts/pr14962-2.d |    2 +-
 6 files changed, 18 insertions(+), 7 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]