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


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  ab2df30e34a07abf2268f67e2ecd06da46d5472f (commit)
      from  67f9da2777694d4ed0427395d604fcd3a670248b (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=ab2df30e34a07abf2268f67e2ecd06da46d5472f

commit ab2df30e34a07abf2268f67e2ecd06da46d5472f
Author: Yao Qi <yao@codesourcery.com>
Date:   Thu Oct 24 08:46:07 2013 +0800

    Remove global traceframe_fun and traceframe_sal
    
    I happen to see traceframe_fun and traceframe_sal are static variables,
    which are not necessary to me.  They are only used in set_traceframe_context,
    and they are not stateful.  This patch is to remove them.
    
    gdb:
    
    2013-10-24  Yao Qi  <yao@codesourcery.com>
    
    	* tracepoint.c (traceframe_fun): Remove.
    	(traceframe_sal): Remove.
    	(set_traceframe_context): Add local variables.

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

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