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


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  ae6a105d22fb603dbfb956bbcedf9ae469323d55 (commit)
      from  59da4d04cbce4d4209f7e88f8fc3532ef289a99e (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=ae6a105d22fb603dbfb956bbcedf9ae469323d55

commit ae6a105d22fb603dbfb956bbcedf9ae469323d55
Author: Doug Evans <xdje42@gmail.com>
Date:   Fri Dec 12 23:25:46 2014 -0800

    value_maybe_namespace_elt: Remove unnecessary test of result != NULL.
    
    Both allocate_value and value_of_variable are guaranteed to return non-NULL.
    
    gdb/ChangeLog:
    
    	* valops.c (value_maybe_namespace_elt): Remove unnecessary test of
    	result != NULL.

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

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/valops.c  |    2 +-
 2 files changed, 6 insertions(+), 1 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]