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


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  abc9061b5c4d684da66945a9928d54a424cb6e4e (commit)
      from  2cf200a4c8a850e6f696e572ea03f340eae97c8a (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=abc9061b5c4d684da66945a9928d54a424cb6e4e

commit abc9061b5c4d684da66945a9928d54a424cb6e4e
Author: Cary Coutant <ccoutant@google.com>
Date:   Fri Apr 4 09:28:23 2014 -0700

    Document optional comma in linker script.
    
    The linker script documentation does not mention the optional comma
    that may follow an output section command or an overlay command.
    In some cases, where a fill expression is used, and the next
    output section command begins with an operator (e.g., "/DISCARD/"),
    the comma may be required to separate the two commands.
    
    Currently, GNU ld doesn't require the comma, but gold does.
    
    ld/
    	PR gold/16804
    	* ld.texinfo: Document optional comma following output section
    	command and overlay command.

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

Summary of changes:
 ld/ChangeLog  |    6 ++++++
 ld/ld.texinfo |    9 +++++++--
 2 files changed, 13 insertions(+), 2 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]