gdb and binutils branch master updated. 5401fde353cbd1d5d32a3fcc7721b1a29147b5ba

qiyao@sourceware.org qiyao@sourceware.org
Fri Jul 11 11:10:00 GMT 2014


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  5401fde353cbd1d5d32a3fcc7721b1a29147b5ba (commit)
      from  e76126e8d1fc8e244fbfce03bda4a41a7b7722b1 (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=5401fde353cbd1d5d32a3fcc7721b1a29147b5ba

commit 5401fde353cbd1d5d32a3fcc7721b1a29147b5ba
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Jul 11 18:46:33 2014 +0800

    Don't print symbol on address 0x0
    
    We see the following fails on arm-none-eabi target,
    
    print (void*)v_signed_char^M
    $190 = (void *) 0x0 <_ftext>^M
    (gdb) FAIL: gdb.base/exprs.exp: print (void*)v_signed_char (print
    (void*)v_signed_char)
    
    GDB behaves correctly but the test assumes there is no symbol on
    address 0x0.  This patch is set print symbol off, so that tests below
    can match the address only.
    
    gdb/testsuite:
    
    2014-07-11  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.base/exprs.exp: "set print symbol off".

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

Summary of changes:
 gdb/testsuite/ChangeLog          |    4 ++++
 gdb/testsuite/gdb.base/exprs.exp |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gdb and binutils



More information about the Gdb-cvs mailing list