This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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. 8d4fdb120dded259be0708054d689ac4b522fdcd


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  8d4fdb120dded259be0708054d689ac4b522fdcd (commit)
      from  d9972968c1d99f7a159812296a59b1ab68e5b36d (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=8d4fdb120dded259be0708054d689ac4b522fdcd

commit 8d4fdb120dded259be0708054d689ac4b522fdcd
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Thu Feb 20 08:56:35 2014 +0100

    Fix ARI warning in thread-thread.c::dec_thread_get_ada_task_ptid
    
    This patch fixes the following ARI warning:
    
        gdb/dec-thread.c:695: regression: multi-line string: Multi-line string
        must have the newline escaped
    
    I think the new-line was unintentional, so I simply removed it,
    and then reformatted the string to fit within our 70-80 max characters-
    per-line rule.
    
    gdb/ChangeLog:
    
           * dec-thread.c (dec_thread_get_ada_task_ptid): Avoid unescaped
           new-line in debug string.  Remove trailing spaces.

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

Summary of changes:
 gdb/ChangeLog    |    5 +++++
 gdb/dec-thread.c |    6 +++---
 2 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]