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. 26278bb8717a16139b3a4da9ba1cd2aed435f1ee


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  26278bb8717a16139b3a4da9ba1cd2aed435f1ee (commit)
      from  236bbb83885fbdf108e714fb0bcf9355d84dbd20 (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=26278bb8717a16139b3a4da9ba1cd2aed435f1ee

commit 26278bb8717a16139b3a4da9ba1cd2aed435f1ee
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Fri Aug 8 20:26:41 2014 -0400

            * ldlang.h (struct lang_input_statement_flags): Add pushed
            member.
            * ldlex.h (enum option_values): Add OPTION_PUSH_STATE and
            OPTION_POP_STATE.
            * lexsup.c (ld_options): Add entries for --push-state and
            --pop-state.
            (parse_args): Handle OPTION_PUSH_STATE and OPTION_POP_STATE.
            * ld.texinfo: Document --push-state and --pop-state.

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

Summary of changes:
 ld/ChangeLog  |   11 +++++++++++
 ld/ld.texinfo |   28 ++++++++++++++++++++++++++++
 ld/ldlang.h   |    3 +++
 ld/ldlex.h    |    2 ++
 ld/lexsup.c   |   23 +++++++++++++++++++++++
 5 files changed, 67 insertions(+), 0 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]