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. 09dd9a6907f0929f2b634e57e68f11a008dfbf68


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  09dd9a6907f0929f2b634e57e68f11a008dfbf68 (commit)
      from  5ab806deff413e90bb2dc988b78857e13dfc1b5b (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=09dd9a6907f0929f2b634e57e68f11a008dfbf68

commit 09dd9a6907f0929f2b634e57e68f11a008dfbf68
Author: Pedro Alves <palves@redhat.com>
Date:   Fri Oct 17 14:49:04 2014 +0100

    Remove Vax Ultrix and VAX BSD support
    
    Built and tested on x86_64 Fedora 20, with --enable-targets=all.
    
    gdb/
    2014-10-24  Pedro Alves  <palves@redhat.com>
    
    	* Makefile.in (ALLDEPFILES): Remove vax-nat.c.
    	* NEWS (Removed targets): Add VAX BSD and VAX Ultrix.
    	* config/vax/vax.mh: Delete.
    	* configure.host: Move vax-*-bsd* and vax-*-ultrix* to the
    	obsolete configurations section.
    	* configure.tgt (vax-*-*): Don't mention 4.2BSD nor Ultrix.
    	* vax-nat.c: Delete file.
    
    gdb/testsuite/
    2014-10-24  Pedro Alves  <palves@redhat.com>
    
    	* gdb.base/corefile.exp: Remove references to ultrix.
    	* gdb.base/interrupt.exp: Likewise.
    	* gdb.base/whatis.exp: Likewise.
    	* gdb.gdb/selftest.exp: Likewise.
    	* gdb.threads/manythreads.exp: Likewise.
    	* gdb.threads/print-threads.exp: Likewise.
    	* gdb.threads/pthreads.exp:: Likewise.
    	* gdb.threads/schedlock.exp: Likewise.

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

Summary of changes:
 gdb/ChangeLog                               |   10 +++
 gdb/Makefile.in                             |    2 +-
 gdb/NEWS                                    |    2 +
 gdb/config/vax/vax.mh                       |    2 -
 gdb/configure.host                          |    4 +-
 gdb/configure.tgt                           |    2 +-
 gdb/testsuite/ChangeLog                     |   11 +++
 gdb/testsuite/gdb.base/corefile.exp         |    2 +-
 gdb/testsuite/gdb.base/interrupt.exp        |    1 -
 gdb/testsuite/gdb.base/whatis.exp           |    4 +-
 gdb/testsuite/gdb.gdb/selftest.exp          |    8 +--
 gdb/testsuite/gdb.threads/manythreads.exp   |    6 +--
 gdb/testsuite/gdb.threads/print-threads.exp |    6 +--
 gdb/testsuite/gdb.threads/pthreads.exp      |    6 +--
 gdb/testsuite/gdb.threads/schedlock.exp     |    6 +--
 gdb/vax-nat.c                               |  105 ---------------------------
 16 files changed, 36 insertions(+), 141 deletions(-)
 delete mode 100644 gdb/config/vax/vax.mh
 delete mode 100644 gdb/vax-nat.c


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]