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. 486ef3b9331303f5913b3c8cbf390505cbf72038


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  486ef3b9331303f5913b3c8cbf390505cbf72038 (commit)
       via  230cd560c88f323e2c3e0ed9186e134ef70369e0 (commit)
      from  ec9a8169c363a80c51d9d603f00637bc4fe97b4d (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=486ef3b9331303f5913b3c8cbf390505cbf72038

commit 486ef3b9331303f5913b3c8cbf390505cbf72038
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Mon Jun 2 08:34:25 2014 -0700

    simplify substitute_path_rule_matches using filename_ncmp
    
    At the time this function was written, there was no filename_ncmp,
    only FILENAME_CMP. So, in order to do an n-cmp, we had to make a local
    copy of the first n characters of our string and use that to perform
    the comparison. This patch simplifies the function's implementation,
    now that we have filename_ncmp.
    
    gdb/ChangeLog:
    
            * source.c (substitute_path_rule_matches): Simplify using
            filename_ncmp instead of FILENAME_CMP.
    
    Tested on x86_64-linux.

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

commit 230cd560c88f323e2c3e0ed9186e134ef70369e0
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Mon Jun 2 08:23:50 2014 -0700

    Remove some trailing spaces in source.c
    
    gdb/ChangeLog:
    
            * source.c (substitute_path_rule_matches): Remove trailing spaces.

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

Summary of changes:
 gdb/ChangeLog |    9 +++++++++
 gdb/source.c  |   13 +++----------
 2 files changed, 12 insertions(+), 10 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]