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


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  d4703eb2949c3296107cad41f925519730f16927 (commit)
      from  5d37e57d1b73b7261b9ecaf48420b818c310fabb (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=d4703eb2949c3296107cad41f925519730f16927

commit d4703eb2949c3296107cad41f925519730f16927
Author: Anton Kolesov <akolesov@synopsys.com>
Date:   Wed Oct 9 12:58:14 2013 +0400

    testsuite: Fix gdb.base/bang.exp for remote stubs without exit
    
    Some remote stubs do not have a proper exit() function implementation.
    gdb.base/bang.exp was failing on those targets due to timeout.  With
    this patch bang.exp uses already defined library procedures to handle
    this situation gracefully without breaking native targets.
    
    Tested with x86_64 (unix, native-gdbserver) and with arc-*-elf32.
    
    gdb/testsuite/ChangeLog:
    
    2013-10-25  Anton Kolesov  <Anton.Kolesov@synopsys.com>  (tiny change)
    
    	* gdb.base/bang.exp: Use gdb_continue_to_end to properly support
    	remote stubs where exit() behaviour is unreliable.

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

Summary of changes:
 gdb/testsuite/ChangeLog         |    5 +++++
 gdb/testsuite/gdb.base/bang.exp |   11 ++---------
 2 files changed, 7 insertions(+), 9 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]