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. 93ffa5b939aef24f7530a8a400f877bfb24f0a73


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  93ffa5b939aef24f7530a8a400f877bfb24f0a73 (commit)
      from  6fb526eee4244d591705cf90016390f12949bcc2 (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=93ffa5b939aef24f7530a8a400f877bfb24f0a73

commit 93ffa5b939aef24f7530a8a400f877bfb24f0a73
Author: Mark Kettenis <kettenis@gnu.org>
Date:   Wed Feb 12 12:08:28 2014 +0100

    Add signal number conversions for OpenBSD.
    
    gdb/ChangeLog:
    
            * obsd-tdep.h (obsd_init_abi): New prototype.
            * obsd-tdep.c: Define enum with OpenBSD signal numbers.
            (obsd_gdb_signal_from_target, obsd_gdb_signal_to_target)
            (obsd_init_abi): New functions.
            * i386obsd-tdep.c: Include "obsd-tdep.h".
            (i386obsd_init_abi): Call obsd_init_abi.
            * amd64obsd-tdep.c: Include "obsd-tdep.h".
            (amd64obsd_init_abi): Call obsd_init_abi.
            * configure.tgt (i[34567]86-*-openbsd*, x86_64-*-openbsd*): Add
            obsd-tdep.c to gdb_target_obs.

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

Summary of changes:
 gdb/ChangeLog        |   13 +++
 gdb/amd64obsd-tdep.c |    2 +
 gdb/configure.tgt    |    4 +-
 gdb/i386obsd-tdep.c  |    2 +
 gdb/obsd-tdep.c      |  263 ++++++++++++++++++++++++++++++++++++++++++++++++++
 gdb/obsd-tdep.h      |    1 +
 6 files changed, 283 insertions(+), 2 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]