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


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  b22089abcba7cc3be26a9ab7d60e01299ac13ea0 (commit)
      from  6c4486e63f7583ed85a0c72841f6ccceebbf858e (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=b22089abcba7cc3be26a9ab7d60e01299ac13ea0

commit b22089abcba7cc3be26a9ab7d60e01299ac13ea0
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Aug 15 11:28:39 2014 +0800

    Copy xml files to host
    
    When I run test with board file local-remote-host-native.exp, I see
    the following warning,
    
    $ make check RUNTESTFLAGS="--host_board=local-remote-host-native
    --target_board=local-remote-host-native tdesc-arch.exp
    HOST_DIR=/tmp/foo/"
    
    (gdb) set tdesc filename ../../../../git/gdb/testsuite/gdb.xml/trivial.xml^M
    warning: Could not open "../../../../git/gdb/testsuite/gdb.xml/trivial.xml"
    (gdb) quit^
    
    because "${srcdir}/gdb.xml/trivial.xml" doesn't exist on host.  This
    patch is to copy trivial.xml to host and the warning goes away.
    
    (gdb) set tdesc filename /tmp/foo/trivial.xml^M
    (gdb) quit^
    
    tdesc-regs.exp has the similar problem that single-reg.xml may not
    exist on host at all, and it should be copied to host too.
    
    gdb/testsuite:
    
    2014-10-17  Yao Qi  <yao@codesourcery.com>
    
    	* lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
    	* gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.

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

Summary of changes:
 gdb/testsuite/ChangeLog              |    5 +++++
 gdb/testsuite/gdb.xml/tdesc-regs.exp |    8 ++++++--
 gdb/testsuite/lib/gdb.exp            |    4 +++-
 3 files changed, 14 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]