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


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  e74211b660791d29be21e11766c5b375f5df59b1 (commit)
       via  12e87fac5c760b04eed4f5a5948c2dfd6ec8f6d8 (commit)
       via  28f013d5cb2b60882c73f10eedb26fa5b3b15b2f (commit)
      from  2300b5a1414ecb820aa042a30a08928cfcba620b (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=e74211b660791d29be21e11766c5b375f5df59b1

commit e74211b660791d29be21e11766c5b375f5df59b1
Author: Jan Beulich <jbeulich@novell.com>
Date:   Tue Oct 21 09:57:41 2014 +0200

    gas: avoid bogus warnings in false branches of conditional
    
    The construct being added to the cond.s test case otherwise triggered
    both the "missing closing ..." and the "stray ..." (twice) warnings in
    _find_end_of_line(). As that code fragments suggests, this is needed to
    support (include) files that can be used for both assembler .include
    and compiler #include directives.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=12e87fac5c760b04eed4f5a5948c2dfd6ec8f6d8

commit 12e87fac5c760b04eed4f5a5948c2dfd6ec8f6d8
Author: Jan Beulich <jbeulich@novell.com>
Date:   Tue Oct 21 09:56:38 2014 +0200

    ppc: enable msgclr and msgsnd on Power8
    
    According to my reading of the spec it was an oversight for them to
    not having got enabled when Power8 support got added.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=28f013d5cb2b60882c73f10eedb26fa5b3b15b2f

commit 28f013d5cb2b60882c73f10eedb26fa5b3b15b2f
Author: Jan Beulich <jbeulich@novell.com>
Date:   Tue Oct 21 09:53:25 2014 +0200

    aarch64: move bogus assertion
    
    Asserting "idx" to be non-negative when subsequent code handles this
    case is bogus. In fact the assertion triggers e.g. when mistakenly
    using the arm32 comment character @ following an instruction.
    
    While doing this I also noticed that despite there being local
    variables "detail" and "idx", not all places where they could be used
    did actually make use of them, so this is being adjusted at once.
    
    Finally, for the code to be slightly more robust, also change
    comparisons against -1 to such checking for a (non-)negative value.

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

Summary of changes:
 gas/ChangeLog                  |   14 ++++++++++++++
 gas/config/tc-aarch64.c        |   26 ++++++++++++++------------
 gas/read.c                     |   15 ++++++++-------
 gas/testsuite/ChangeLog        |   11 +++++++++++
 gas/testsuite/gas/all/cond.l   |    3 +++
 gas/testsuite/gas/all/cond.s   |   11 +++++++++++
 gas/testsuite/gas/ppc/power8.d |    2 ++
 gas/testsuite/gas/ppc/power8.s |    2 ++
 opcodes/ChangeLog              |    4 ++++
 opcodes/ppc-opc.c              |    4 ++--
 10 files changed, 71 insertions(+), 21 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]