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


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  e8b2341cd2c3663d245651129202f22548766a64 (commit)
      from  44e89118cb33b71a1eaf6514ea2b686aac1974dd (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=e8b2341cd2c3663d245651129202f22548766a64

commit e8b2341cd2c3663d245651129202f22548766a64
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Jul 18 09:27:17 2014 -0600

    make exec_ops static
    
    While working on some target stack changes, I noticed that exec_ops is
    only used from exec.c.  This patch makes it "static".  This is cleaner
    and makes it simpler to reason about the use of the target.
    
    Tested by rebuilding.
    I'm checking this in as obvious.
    
    2014-07-18  Tom Tromey  <tromey@redhat.com>
    
    	* exec.c (exec_ops): Now static.
    	* exec.h (exec_ops): Don't declare.

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

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/exec.c    |    2 +-
 gdb/exec.h    |    2 --
 3 files changed, 6 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]