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. 1ed586ce1dd53225383bdc7a09ff0939266994b6


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  1ed586ce1dd53225383bdc7a09ff0939266994b6 (commit)
      from  ab4756af55ddfeade06d9a14c0bd9e5c64145467 (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=1ed586ce1dd53225383bdc7a09ff0939266994b6

commit 1ed586ce1dd53225383bdc7a09ff0939266994b6
Author: Mark Kettenis <kettenis@gnu.org>
Date:   Fri Feb 28 23:06:14 2014 +0100

    Enable rthreads supports on OpenBSD/sparc64.
    
    gdb/ChangeLog:
    
            * configure.host (sparc64-*-openbsd*): Set gdb_host to obsd64.
            * config/sparc/obsd64.mh: New file.
            * sparc64obsd-nat.c: New file.

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

Summary of changes:
 gdb/ChangeLog              |    4 +
 gdb/config/sparc/obsd64.mh |    5 ++
 gdb/configure.host         |    2 +-
 gdb/sparc64obsd-nat.c      |  131 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 141 insertions(+), 1 deletions(-)
 create mode 100644 gdb/config/sparc/obsd64.mh
 create mode 100644 gdb/sparc64obsd-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]