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


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  a69900ae4ef5a53f7709c15a4aead39417196dce (commit)
      from  5db9f0bdb5e676187a13300b26383a01aa0f89dd (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=a69900ae4ef5a53f7709c15a4aead39417196dce

commit a69900ae4ef5a53f7709c15a4aead39417196dce
Author: Pedro Alves <palves@redhat.com>
Date:   Wed Mar 12 12:40:40 2014 +0000

    Rename Solaris's target to "target child" like most other ports.
    
    Note that "target procfs" is used by QNX, but the test must be failing
    there, as nto-procfs.c overrides to_open with a method that doesn't
    throw the error being tested.  So I'm just removing the test
    completely.
    
    gdb/
    2014-03-13  Pedro Alves  <palves@redhat.com>
    
    	* procfs.c (procfs_target): Don't override to_shortname,
    	to_longname or to_doc.
    
    gdb/testsuite/
    2014-03-13  Pedro Alves  <palves@redhat.com>
    
    	* gdb.base/default.exp: Don't test "target procfs".

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

Summary of changes:
 gdb/ChangeLog                      |    5 +++++
 gdb/procfs.c                       |    4 ----
 gdb/testsuite/ChangeLog            |    4 ++++
 gdb/testsuite/gdb.base/default.exp |    3 ---
 4 files changed, 9 insertions(+), 7 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]