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. 84202f9c998c3f1bf0aa5d6457de7c9cad5f8500


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  84202f9c998c3f1bf0aa5d6457de7c9cad5f8500 (commit)
      from  2530441cef6408cb50b9e96670d766104d6123c8 (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=84202f9c998c3f1bf0aa5d6457de7c9cad5f8500

commit 84202f9c998c3f1bf0aa5d6457de7c9cad5f8500
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Jul 18 08:48:43 2014 -0600

    simplify target_is_pushed
    
    While working on target_is_pushed, I noticed that it is written in a
    strange way.  The code currently keeps an extra indirection, where a
    simple linked list traversal is all that is needed.  It seems likely
    this was done by copying and pasting other code.  However, there is no
    reason to do this and the more obvious code is simpler to reason
    about.  So, this patch change the implementation.
    
    2014-07-29  Tom Tromey  <tromey@redhat.com>
    
    	* target.c (target_is_pushed): Simplify.

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

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